2020-08-01 05:15 AM
Hello
I am a beginner in the control of BLDC motors.
I am trying to use the ST Motor Control program to control the motor but I have a problem.
I have the EVSPIN32F0601S3 board.
STM32CubeIDE cannot compile the program generated by ST Motor Control and the following errors appear:
1. "hdd.elf section` .text 'will not fit in region `FLASH'"
2. "FLASH 'overflowed region by 19608 bytes"
Can someone help me or point me where to look for a solution?
Solved! Go to Solution.
2020-08-01 10:03 AM
I've already dealt with it. I changed optimization to -Os :)
2020-08-01 10:03 AM
I've already dealt with it. I changed optimization to -Os :)