Why Does CubeMX Generate Separate FLASH and RAM Linker Scripts?
just curious why does the CubeMX generate 2 linker scripts, one ending with FLASH and the second with RAM? Despite their name both linkers include sections in both types of memory
Solution:Jump to solution
FLASH.ld is for Normal operation (code in FLASH). And RAM.ldis for Debug/special use (code in RAM)
programs use both memory type...
2 Replies