Hi,
I am using TM4C1230E6PM microcontroller, I want to save unsigned long number (4 Byte) information in memory, when power goes its will save this variable data in memory and when its Power ON, can retain this 4 byte value.
What is the best way and where to its memorize this data on chip memory
As per data sheet 3 option, Kindly confirm which is most suitable for 4 Byte Data
■ 32 KB single-cycle SRAM
■ 128 KB Flash memory
■ 2KB EEPROM
also share C code for the READ and WRITE operation for this ON chip memory
Thanks in Advance