We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, Can anyone tell whether we can use LOAD command in KEIL IDE environment for downloading software? If so how to use this? Should the IDE be in debug mode to use this command?
Regards Suds
"Can anyone tell"
Yes - this will tell all: http://www.keil.com/support/man/docs/uv3/
"can use LOAD command in KEIL IDE environment for downloading software?"
No. It's for loading a file into the debugger - not for downloading to the target:
http://www.keil.com/support/man/docs/uv3/uv3_cm_load.htm
You need to load the file into the debugger for it to have access to the debug information.
Downloading to the target is covered under "Flash Progrmming" - whether or not you're actually using flash:
http://www.keil.com/support/man/docs/uv3/uv3_flash_programming.htm
"Should the IDE be in debug mode to use this command?"
For the LOAD command - yes; For downloading - no.