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.

New project doesn't use Piccolo flash settings.

I've been developing in a CCSv5.2 workspace with several Delfino projects. Now I am porting to additional hardware using Piccolo processors. The first project I ported is a simple data structure that gets burned into flash sector C. I use the "CCS New CCS Project"and identify the processor variant as 28035. But when I go to the Project Properties/Debug, I see "F28335 Flash Settings" and the Delfino memory addresses instead of F28035.

I use my own linker .cmd file so the data is mapped to the correct addresses, but I don't trust CCS to erase the correct flash sectors when it doesn't understand what processor it's running on.

How do I get a project that uses the desired Piccolo flash settings rather than the Delfino settings?