Replies: 1 comment
-
Hi @ITstreet1 And used a LL clock configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While compiling the simple Blink sketch for the STM32F030F4P6TR I get this error:
C:/Users/xxx/AppData/Local/Arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/14.2.1-1.1/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\xxx\AppData\Local\arduino\sketches\34E17BC3B9190290C5EA93A2FF576A6D/Blink.ino.elf section
.text' will not fit in region
FLASH'C:/Users/xxx/AppData/Local/Arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/14.2.1-1.1/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld.exe: region `FLASH' overflowed by 3068 bytes
collect2.exe: error: ld returned 1 exit status
exit status 1
Compilation error: exit status 1
I am using 2.0 IDE and the latest package of support.
Just to notice, back in a day I have installed this package, I had compilation errors and had to manually install (copy) the arm-none-eabi files. But before this core, I had never have a single issue.
Beta Was this translation helpful? Give feedback.
All reactions