You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried building for STM32L552ZE-Q but failed with the following message.
/tmp/ccjgv9nE.s: Assembler messages:
/tmp/ccjgv9nE.s:224: Error: selected processor does not support `vstmdbeq r0!,{s16-s31}' in Thumb mode
/tmp/ccjgv9nE.s:225: Error: instruction not allowed in IT block -- `mrs r2,psplim'
/tmp/ccjgv9nE.s:250: Error: selected processor does not support `vldmiaeq r0!,{s16-s31}' in Thumb mode
/tmp/ccjgv9nE.s:252: Error: instruction not allowed in IT block -- `msr psplim,r2'
*** [.pio/build/nucleo_l552ze_q/lib67e/STM32duino FreeRTOS/portasm.c.o] Error 1
It seems similar to #44 but STM32L5 is supported bu adba678 so I report this.
L5 support has been added and is available with STM32FreeRTOS 10.3.1.
With Arduino there is no issue. I don't know how PIO handle this but you probably don't have the latest release.
You should request support there as we support only Arduino IDE.
I tried building for STM32L552ZE-Q but failed with the following message.
It seems similar to #44 but STM32L5 is supported bu adba678 so I report this.
My environment
platformio.ini
Is there any idea to avoid this error?
Thank you for sharing the useful library.
The text was updated successfully, but these errors were encountered: