Hi,
I want use uVision debugger to single step a HEX file, which use LPC2220. How do I do?
Thanks a lot, li ruiming
Note that the hex file will not contain any debug information. Single-stepping assembler instructions without correlation to any source or any comments is not fun.
So, why do you want to debug the contents of a hex file?
http://www.keil.com/support/man/docs/uv3/uv3_cm_load.htm
Thank you for replay, but how can I load a HEX file into a specific memory address, like 0x80000000? I just want use the debugger's simulation function.
Sorry for my stupid question, I just change my hex file's load address to simulate it sucessfully!
Thanks!