These are the steps to execute the image from RAM:
1. Select Project > Properties - C/C++ Build > Settings > Tool Settings > MCU Linker > Managed Linker Script and check Link application to RAM.
2. In Project > Properties > C/C++ Build > MCU settings, delete Flash, and modify SRAM_ITC to start at (BASE + 0x3000) with size (SIZE - 0x3000).
3. Move SRAM_ITC to the first position to make it default.
4. Build the image.
Best regards,
Omar