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.

TMS320F2812: Flash settings issue

Part Number: TMS320F2812

Hi,

I have a custom TMS320F2812. I am able to debug and run the code in H0 mode sucessfully. Eventually I want to flash the code to internal flash. One of the issues I found during creating new project is that sometimes in the project properties, the flash setting option is not seen:

While, in some cases (a new project in a different workspace) the menu appear without any change:

What could be the issue?

  • I would check that you have defined the device in the .ccxml target config file.  Code Composer uses this info in order to load the correct tool set for flash.  There are some C2000 devices available that don't have flash, they will have a prefix of C2812 vs F2812, make sure this is not the device selected.  In all other respects the devices are the same, CPU frequency, peripherals, just the "C" device has no flash(it has ROM instead).

    Best,

    Matthew