06-06-2009 05:22 AM
Hi,
Atmel provide a ARM ICE interface names SAM_BA, the programming interface is in DLL, anyone knows if can programming with the dll to communicate with it? how to do this? Thanks.
David
06-06-2009 09:03 AM
(Note: This is the same answer, verbatim, that I gave to another poster asking about how to use a vendor's DLL.)
The only answer I can give you is how to generally use a DLL in LabVIEW. This is done with the Call Library Function Node function. There is an example that ships with LabVIEW called "Call DLL" that has many examples of various types of calls. There are also several articles in the NI KnowledgeBase on calling external code with LabVIEW. I cannot answer how to use their DLL, as you would need to look at the documentation for their DLL.
06-07-2009 04:36 AM