Run code in SRAM in ASM
Posted on January 05, 2012 at 04:46Hi, I'm quite new to the STM32 and am trying to run code in internal SRAM, but cannot find a lot of information about it.This is what I have been doing:1) Copy code block to SRAM (with LDR and STR) starting at 0x20...