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
LOAD/SAVE?