Hi, I am trying to use the uVision4 IDE to program an ADuC7026 with a jlink JTAG interface. I have a prebuilt hex file I need to load onto the controller. My question is whether this is possible using the uVision 4 environment. I read somewhere that, using the uVision2 program, all you have to do is enter the debugger and use the command LOAD. I attempted this with the uVision4 but it seems that I need a prebuilt project with .axf file to run the debugger. Any ideas?
Thanks -Viliam
That is IAR's device, isn't it?
Do you have the appropriate drivers, and appropriate configuration for using J-Link with uVision?
"I read somewhere that, using the uVision2 program, all you have to do is enter the debugger and use the command LOAD"
Incorrect: LOAD just loads the code (and, more importantly, the debug information) into the debugger - it does not download anything to the target, or program the target.
AFAIR, uVision-2 didn't directly support downloading to the target - the best you could do was to call the downloader as an External Tool (eg, see Appn Note 159). Target downloading wasn't included into the IDE until uVision-3:
http://www.keil.com/support/man/docs/uv3/uv3_utilities.htm
http://www.keil.com/support/man/docs/uv4/uv4_utilities.htm