Closed
Description
A call for help. I guess I am just missing some setting somewhere.
I am trying to use FreeRTOS with the Arduino_Core_STM32 and the newly added variant WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U
But compilation fails (even with empty sketch) with
C:\Users\RAKWIR~1\AppData\Local\Temp\cci0Ndhb.s: Assembler messages:
C:\Users\RAKWIR~1\AppData\Local\Temp\cci0Ndhb.s:334: Error: selected FPU does not support instruction -- `vstmdbeq r0!,{s16-s31}'
C:\Users\RAKWIR~1\AppData\Local\Temp\cci0Ndhb.s:356: Error: selected FPU does not support instruction -- `vldmiaeq r0!,{s16-s31}'
Example sketch:
#include <STM32FreeRTOS.h>
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}