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.
Hello,
We are using below tools to flash our image on TMS570LS3137 microcontroller:
XDS200 USB emulator
CCS version 8.0.0
And the generated .out file is about 300KB of size. when .out file is loaded on to flash bank 0 using emulator,
Case1:
i can see data in memory browser in bank zero till binary data is available (this is with flash ECC enable using function "_coreEnableFlashEcc_") if i try to access flash memory where binay data is not available i am seeing "Target fail to read 0x-------" in expression window.
Case 2:
with Flash ECC not enabled (commented "_coreEnableFlashEcc_" function call in startup code), i am able to access all flash locations. when i try to access flash memory where binary data is not available i am seeing as "0xFFFFFFFF" in expression window.
Can anyone please help why this is happening?
and is there any way to access flash memory where data is not available and with flash ECC enabled?
Thanks in advance.
Regards,
Kalyan
Hi Sunil,
Yes, linker file defines whole flash memory as part of program memory.
Thanks,
Kalyan