Closed beegee-tokyo closed 2 years ago
Hi @beegee-tokyo
currently this library does not support the STM32WL. I did not have time to add it properly, same for STM32L5 and STM32U5.
Too bad. Anything I can help?
well, feel free to contribute. I will review your PR 😉
Will have a look. For now I do not know where to search. It seems the wrong MCU/FPU type is selected, I guess that is requiring to select the correct STM32 MCU.
~Support of CM33 added thanks #48~ --> my mistake, I thought it was ok but no.
Issue:
C:\Users\***\AppData\Local\Temp\ccMfcvd2.s: Assembler messages:
C:\Users\***\AppData\Local\Temp\ccMfcvd2.s:326: Error: selected FPU does not support instruction -- `vstmdbeq r0!,{s16-s31}'
C:\Users\***\AppData\Local\Temp\ccMfcvd2.s:348: Error: selected FPU does not support instruction -- `vldmiaeq r0!,{s16-s31}'
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
Example sketch: