6 years, 8 months ago.

build for RAM - how?

how to build application for RAM, not FLASH

1 Answer

6 years, 8 months ago.

You have to use the mbed offline compiler (GCC toolchain) and than you need to modify the startup, etc. to use the RAM addresses instead of flash.

Within mbed there is no switch for doing this.

Accepted Answer