Hello,
I'm trying to access the program that runs on the memory of my MCU. I simply tried to access the memory via memory browser in Code Composer, and tried to export it to a file.
I faced with this error: Save Memory failed. Memory map prevented reading 0x000800 @ Program.
I am a bit new to this, my main goal here is to validate the program that runs in the chip, via getting the hash of that memory dump and compare later.
How can I access the whole memory? I am also open to other suggestions to achieving my goal.
Thanks.