User Activity

I need to add support on a STM32 MCU to a WizFi360 WiFi module and noticed it is supported by CMSIS (https://arm-software.github.io/CMSIS-Driver/General/html/index.html), is there a specific way to add these CMSIS wifi drivers to an existing STM32Cub...
Hi, I have implemented a tilt and heading calculation using the simplified heading calculation that only works when the device is horizontal, and was until now ignoring the magnetic field value on the Z ax. Now I'm trying to implement a tilt compensa...
In specific circunstances (power available, ...) I want to put the MCU in STOP2 mode. That decision is taken on a FreeRTOS task. I've tried some approaches but the MCU didn't stop at all. Is there any example available using FreeRTOS? The code I'm us...