User Activity

I want to test the code to handle SRAM2 parity errors, is there any way to force a parity error to test the code?When a write is made the 36 (32+4) bits are updated, is there a way to update only the 32 bits or the 4 parity bits?Or is it possible to ...
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...
Kudos from