Question
evspin32f0601s1 code not building
- July 28, 2023
- 3 replies
- 2565 views
I am trying to build the code on STM32CUBE IDE Version: 1.13.0. This code for evspin32f0601s1 is generated by CubeMX.
It is throwing up 3 errors as below:
C:\Program Files\STMicroelectronics\STM32CubeIDE_1.13.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.0.202305231506\tools\arm-none-eabi\bin\ld.exe: FOX1HV.elf section `._user_heap_stack' will not fit in region `RAM'
C:\Program Files\STMicroelectronics\STM32CubeIDE_1.13.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.0.202305231506\tools\arm-none-eabi\bin\ld.exe: region `RAM' overflowed by 16 bytes
make: *** [makefile:66: FOX1HV.elf] Error 1
Any solution for this?