03-25-2009 12:19 AM
Hello, My name is sang.
I have many interest about LabVIEW embedded module for ARM. And curious about debugging tools.
National Instruments's development tool package include ULNK2, but can I use other debugging tool? (ex.> J-link or internal ICD on LM3S8962 board )
04-01-2009 11:03 AM
Hi Sang,
The ARM module in LabVIEW is configured to work with ULINK. It might be possible to get other debugging hardware working with LabVIEW but this is not guaranteed to work. I would recommend against it.
Thank you.
Jaidev
04-20-2009 06:14 PM
An additional question about LabVIEW and ARM board (LM3S8962):
Is the ulink2 necessary for debug only or it is necessary to program the device, too? (or can be programed directly via USB?)
Thanks for your help,
Jaume
09-03-2009 11:10 PM
LM3S8962 board,I know. This development board is based on the Cortex-M3 core. There is a new debugging tool, CooCox Colink. It's precisely a small ARM Cortex M3 JTAG hardware debug probe. I recommend you to take a look http://coocox.org. You can download Colink plugin from here and get more detailed information about this debugging tool.
12-20-2009 08:52 AM
Is thers be diffrence between ARM ULINK2 USB-JTAG Adapter & Keil ULINK2 USB-JTAG Adapter ?
Hope to get fast response
01-07-2010 10:27 PM
01-15-2012 10:02 PM
On the project icon, right click New then Targets and Devices... Select "EK-LM3S8962 USB" rather than ""EK-LM3S8962" and you can use just the USB cable for downloading and debugging. By debugging I mean you can have debugging on and see indicators and modify control values.
01-20-2012 08:56 AM
You can edit the template project file of the LM3S8962
depends on which one you use: EK_lm3s8962 or other::lm3sxxxx
de templates are in the <labview directory>\Targets\Keil\Embedded\RealView\
the map "generic" holds all the "other" targets. you can duplicate LM3Sxxxx here
in the new template map open TgtSupp.ini .
the name must be the name of the map you just created. (example is you renamed it to LM3Sxxxx-2, use LM3Sxxxx-2.
description you can fill anything you like.
in Template\Project\ are the project files: LabVIEW.Uv2 (lv 2009 & uVision 3) LabVIEW.uvproj (lv 2010 & uVision 4)
open the project. goto options for target.
select on the tabs Debug and Utilities the other debugger that you want to use (supported by KEIL)
save the project. and use this target in a LabVIEW for ARM project.
hope this will help,
Wouter
06-04-2013 01:50 PM
you may be able to serve the following link