Part Number: TMS320F280049
I'm implementing a bootloader for TMS280049 microcontroller. I need to store a signature to distinguish what code to execute - application or bootloader somewhere. There is no possibility to use external RTC or EEPROm. So I need a register (or any memory area) which remains its value after a soft-reset. Is there such a register or memory?