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
FLASH.ld is for Normal operation (code in FLASH). And RAM.ldis for Debug/special use (code in RAM)
programs use both memory type
Was this page helpful?