10-02-2009 07:52 AM
10-06-2009 10:53 AM
Hi Albano,
I'm sorry but I think that you can't use Labview to programming USB interface.
In order to use USB you have to use a c node and looking for C API for programming USB interface at Keil support.
Something like this
http://www.keil.com/support/man/docs/mcb2400/mcb2400_ex_usbhid_run.htm
10-07-2009 03:51 AM
Hi Daniele.
Thanks for your suggestion...You confirm me what I was thinking!
I'll try also to use In line C nodes.
02-28-2011 01:00 AM - edited 02-28-2011 01:01 AM
Good morning,
would it be possible to compile a C-Lib out of the Keil example and use this in LV?
best regards
08-15-2012 09:01 PM
es posible programar un mcb2400 sin el jtag?, ya que en mi pais no se consigue el jatg
08-16-2012 05:33 AM
You can copy the template that LabVIEW is using for your micro. there are examples available within the uVision installation for USB (with library)
you can add this to your micro template for labview and make vi's that can use those functions.
I've done it with multiple microcontrollers both USB device and host.
08-16-2012 07:30 AM
sorry for my English, I'm from Argentina, but could you post images of how to do it? or to detail the steps?. I am new to this and is very expensive jatg connector. In my country is not available jatg,
08-16-2012 07:55 AM
my reply was on the topic title: How to use USB interface with LabVIEW Embedded for ARM.
but for the mcb2400 you could build the normal application, and in uVision selecting in the build options to create a hex file.
with tools op NXP (flash magic), you can program the device.
08-16-2012 09:09 AM
SORRY TO BE A LITTLE UPSET, BUT NOT UNDERSTAND HOW YOU TELL ME. ANYWAY THANKS AND GREETINGS FROM ARGENTINA
08-17-2012 02:36 AM
If you've created an application in LabVIEW for ARM and you build it.
you can go to tools >> ARM Module >> Show Keil uVision
then go to he build options.
the hex file will be created when you do a build.
with flash magic :http://www.flashmagictool.com/
you can program your device.