hi,
I have a project I am working on for a 32K STM32F0
Apparently I have run out of space by about 3.5K and I can’t really think of anything meaningful to optimise in order to make the project link.
This is the error I am getting:
1>c:/sysgcc/arm-eabi/bin/../lib/gcc/arm-eabi/7.2.0/../../../../arm-eabi/bin/ld.exe: VisualGDB/Debug/indexingCounter section
.text' will not fit in region
FLASH'
1>c:/sysgcc/arm-eabi/bin/../lib/gcc/arm-eabi/7.2.0/../../../../arm-eabi/bin/ld.exe: region `FLASH' overflowed by 3564 bytes
The code was originally generated by STMCubeMX
Is there anything I can do to make the project build smaller? It seems like it should easily fit.