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.

TI-CGT: Code Composer Studio forum

Expert 2055 points
Part Number: TI-CGT


TI ARM Compiler.

Can pragma / attribute "persistent" be used on a device without FRAM?   The TI ARM compiler user guide doesn't specifically limit it to such devices.

So if I put the .TI.persistent section in linker file to a RAM memory, will this work in the 'persistent' sense?

Is there some special cinit target code which checks for cold vs warm resets and 'knows' what to init or ..?