Hello,
with IAR embedded workbench, I can easily write a macro and attach it to a breakpoint, so for example at the breakpoint, the macro opens a file and writes the content to the memory, or I can use this to simulate a UART interrupt. How can I do this in uvision? i.e. How can I write the content of a file to an address in memory when debugging?
Regards
Look up "Debug Commands" and "Debug Functions" in the uVision Manual...
Thank you,
It was helpful, but I still can't open a file. There's no predefined function for opening and reading a file, and you can't include anything in your code so you can't use a FILE object.
LOAD/SAVE?