This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am trying to read-back the flash memory contents of my microcontroller for troubleshooting purpose. I am wondering, if there is a way through which we can do FLASH DUMP (FLASH read-back) operation on a microcontroller?
It would be great, if this could be done directly (through command(s)) OR if there is any routine/function, then please forward it to me, so that I can use it for my troubleshooting.
Any help will be highly appreciated.
Regards
Asad
Asad,
One method of reading the flash contents is by using the data_x_c_read() function in the built in ROM routines. More information regarding the MSC1210 ROM Routines can be found on:
ftp://ftp.ti.com/pub/data_acquisition/MSC_CD-ROM/Application_Notes/
The application note, and many others can be found here. Also, there are a number of different applications and examples that can be found in various folders at that site location.
Best regards,
Bob B