Tool/software: Code Composer Studio
Hi,
We are loading our application code on TMS570LC4357 using code composer studio for debugging the code. But when debugger mode is entered, we see that some flash locations are not erased properly i.e., the erased flash location show all random data as shown below:
We undersand that ECC is enabled by default for TMS570LC4357, but not sure how to disable or any configuraiton required in code composer studio. We haev a requiremenet to calculate the CRC of the loaded application which expectes to have unused flash locations, but due to the random data in flash CRC always fails.
We also used F021 flash libray for erasing and programming the flash through application could, but saw behaviour as mentioend above.
lease let us knwo if we are missing any configuration when using code composer studio and and required functions to call to erase FLASH properly when using F021 library.