This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to read a file in uvision

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