User Activity

Posted on June 23, 2014 at 14:34 STM32Cube ld scripts set _estack to the last location of RAM like this: /* Highest address of the user mode stack */ _estack = 0x20017FFF; /* end of RAM */ I had several problems with code that u...