I am wondering how could one set a particular variable to a specific internal SRAM location on the TM4C123.
I have a bootloader at vector address of 0x00 that will jump to a particular Flash address. Lets say the flag is a char variable. The bootloader needs to reset a flag variable in SRAM to 0xAB. Next , the bootloader jumps to the test program. The test program needs set the flag to 0xFF.
I want to set flag to SRAM memory of 0x207FFC on both bootloader program and the test program.