STM32CubeMX linker RAM section wrong size?
Posted on May 10, 2018 at 10:37 Hi folks, I just looked at the linker script generated by CubeMX for a STM32F205RB. The bits I'm concerned about; /* Highest address of the user mode stack */ _estack = 0x20010000; /* end of RAM */ /* Gener...