how do I debug without erasing the entire flash? I search ed and couldn't find the information?
Larry
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.
how do I debug without erasing the entire flash? I search ed and couldn't find the information?
Larry
Hi Larry,
Could you elaborate your question in more detail? Which flash do you want to debug?
Flash which are generally CFI compliant contain a CFI query section which returns a particular flash information when read back. This ensures that the flash is still in working condition if thsi is what you want to check that flash device is still working.
Regards,
Sid
My application runs from internal flash, but only uses 32K. The remainder of the internal flash is used for data storage.
When I debug my application, ALL of the internal Flash is erased, my application and my data, before a new application is loaded into internal FLASH.
I want/need the debugger to only erase the 32K my application resides in.
I have seen a setup page for this, but can't find it again.
Regards,
Larry
Larry,
I think the page below contains what you need.
http://processors.wiki.ti.com/index.php/Flash_Programming_F28x
Hope this helps,
Rafael