Loading...
 
Skip to main content

System Workbench for STM32


STemWin and AC6 for STM32F429-Disco

Hello again,

I have removed the entire project from my workspace and started a new one from scratch. It is still based on the Std.Libs from ST. I do not have a problem with the linker finding my lib.a anymore, and everything compiles without an issue. However, when I start initializing emWin, the linker complains about an issue with RAM or apparently the stack/heap size.

arm-none-eabi/bin/ld.exe: STM32F4_dSPIN.elf section `.bss' will not fit in region `RAM'
arm-none-eabi/bin/ld.exe: region `RAM' overflowed by 343004 bytes

I have read through plenty of others' threads across many forums who had the same issue, but still could not figure it out.


I have attached my LinkerScript file if you want to take a look!


Thank you again!