Can any community member shed light on how to do this?
I gather I should add a second linker script (which I can create by creating a new empty project and specifying SRAM as target and then copying this script into my project, that gives me two scrips to choose from for linking, a “flash” one and a “sram” one). but what else must I do?
I cant see any project options/settings that let me tell the system to push the code to SRAM as opposed to FLASH.
My projects are STM32 F4 Nucleo projects FYI.
Thank you.