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.

Standalone c28 (Location of .cfg file)

I have taken the section below from a different thread that am trying to follow in order to get the c28 to boot in standalone mode. I can not find a .cfg file in any of the project folders, am I missing something basic here?

Thanks,

Galen

Nick,

Yes, I understand, the 28x is not booting stand-alone to flash properly.    If this is the case, we suspect that the M3 is not telling the 28x it to do so.

The M3 will only tell the 28x to boot if the following is in the .cfg file for the M3 project -

var Boot = xdc.useModule('ti.catalog.arm.cortexm3.concertoInit.Boot');

Boot.bootC28 = true;

Thank you

Lori