[partially solved] placing firmware on RAM
I placed the whole firmware on SRAM of STM32F746 and the reset handler is called from bootloader. the application firmware(app) is a simple one with led blinking and printing some messages on the terminal. I modified the linker script so that VMAs of...