Hello,
I wish to copy my program image from the flash to the SRAM, and wish to execute it from SRAM. I'm using Keil as an IDE, although I don't mind using CCS. I can copy the program image, if it's equivalent to copying data from one memory address to the other, however, after some basic googling I noticed that I'll need to make my code position independent, and I don't know how to go about doing that.
I wish to do so to read code off an external flash and execute it.
P.S. I m just a student, and above is a hobby project that I wish to do. Any help on the same is appreciated :)