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 ..?