User Activity

When creating a new project in the STM32CubeIDE for a STM32F103C8 (64k flash, 20k ram), the generated linker-script contains:/* Highest address of the user mode stack */ _estack = ORIGIN(RAM) + (LENGTH(RAM) / 2); /* end of "RAM" Ram type memory */   ...