Hi is is possiblible this library to be used with stm32c031c6t6 and nucleo-c031c6 ?
At the moment I am getting that flash is overflowed.
c:/users/chrisk/appdata/local/arduino15/packages/stmicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\ChrisK\AppData\Local\Temp\arduino_build_968844/stm32_c0_lowpower_test.ino.elf section .rodata' will not fit in region FLASH'
c:/users/chrisk/appdata/local/arduino15/packages/stmicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld.exe: region `FLASH' overflowed by 672 bytes
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board Nucleo-64.
Is it possible 32k of flash tobe consumed with just Timewakedup example?
https://github.com/stm32duino/STM32LowPower/blob/main/examples/TimedWakeup/TimedWakeup.ino
Thanks in advance
Chris
Hi is is possiblible this library to be used with stm32c031c6t6 and nucleo-c031c6 ?
At the moment I am getting that flash is overflowed.
c:/users/chrisk/appdata/local/arduino15/packages/stmicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\ChrisK\AppData\Local\Temp\arduino_build_968844/stm32_c0_lowpower_test.ino.elf section
.rodata' will not fit in regionFLASH'c:/users/chrisk/appdata/local/arduino15/packages/stmicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld.exe: region `FLASH' overflowed by 672 bytes
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board Nucleo-64.
Is it possible 32k of flash tobe consumed with just Timewakedup example?
https://github.com/stm32duino/STM32LowPower/blob/main/examples/TimedWakeup/TimedWakeup.ino
Thanks in advance
Chris