Hello,
I am using a TI EK-TM4C123GXL Launchpad dev board. During my initial development, I would like to execute all of my code from RAM to save wear and tear on the FLASH memory as I modify/change code.
The Keil IDE gives an option in the "target" tab to specify the address range of the "IROM1" memory space. I set this up to use 0x2000000 (start of SRAM) as the "IROM1" area but when I go into the debugger it just hangs.
Could someone direct me to any documentation on how to set the board up to develop code in RAM instead of ROM?
Or if anybody has any experience executing code in RAM and would like to share their knowledge, it would be appreciated.
Thanks for the help,
Brock