User Activity

How is the startup-file generated? As far as I understand, the symbols from the linker-script (_sdata, _edata, _sbss, _ebss and _sidata) are used to copy the ".data" section from the LMA (Flash) to the VMA (RAM), to initialize the ".bss" section with...
I created a motor control programm for the STM32G030K8 with the MCDSK Software and imported it into the STM32CubeIDE. The programm compiles and works fine on my hardware. When I try to allocate some data on the last 2k Page of the Flash I get an erro...