2021-05-15 08:20 AM
2021-05-17 03:08 AM
Which MCU exactly you want to use? In case of dual=core (STM32WL54 or STM32WL55) you need to use the particular library according to the Cortex-M core.
2021-05-17 04:00 AM
Hi Miroslav, Thanks a lot for your quick answer. We intend to use a single core MCU (STM32WLE5JC), BR Martin
2021-05-17 05:26 AM
Hi Martin,
OK, in this case I believe you can use existing libraries for Cortex-M3. Cortex-M3 and Cortex-M4 are based on the same ARM architecture.
Or if you need a particular library for Cortex-M4 you can send the request to Online Support https://my.st.com/ols.
2021-05-17 07:14 AM
Hi Miroslav, Good idea, I'll try that tomorrow. Maybe as idea of improvement, it could be integrated into the next versions of CubeMX and CubeIDE, that if you choose a STM32WL MCU, the M3 libraries are taken (for X-CUBE-MEMS1). The beauty of a configurator is gone, if afterwards you need to manually change too much to make the code compile. BR Martin