User Activity

Hi, I am using an STM32WB50 and i need to find a way to discover fus and stack versions installed not using an external tool but directly by reading some register or using specific function. Is there a way to do this?Thanks
I'm working with a STM32WB50. To save energy i have to turn off BLE when i don't need it and turn on when i need it.
I've to count till 30ms, but i've to restart the count if a signal goes above a threshold. So i want to use analog watchdog as trigger source for the timer. I set up the timer in "slave reset mode" and with "ETR1 through ADC" as Trigger Source. I've ...