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.

TMS320F2800137: diagnostic;flash ecc

Part Number: TMS320F2800137
Other Parts Discussed in Thread: C2000WARE

Hi expert,

In C:\ti\c2000\C2000Ware_5_01_00_00\libraries\diagnostic\f280013x\examples\sdl_ex_flash_ecc_test

When I step at a break point, I get ecc error flag updated: failcout is updated as 4, 8, 12, 16

When there is no break point, the failcout is always 0.

Does the injection error have anything to do with whether there is a breakpoint?

Best Regards

Anka Zhang

  • Hello Anka,

    In debugging this example, I see that it appears to work correctly when the entire example is configured to run from RAM. I am feeding this back to our software team to investigate the issue.

    In the meantime, you can create a new "RAM" build configuration, using the 28p65x_generic_ram_lnk_cpu1.cmd linker command file. In this build configuration, remove the "_FLASH" define from the list of predefined symbols. This should run and set the failCount value correctly.

    Best regards,
    Ibukun