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.

TM4C123 , set a variable to specific SRAM memory location.

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.