User Activity

Hello,I am always getting stucked into an infinite loop when calling the sequencer UTIL_SEQ_WaitEvt().When digging deeper, I've seen that it could be a race condition as it doesn't always stop at the same function (sometimes PreIdle, sometimes PostId...
Hi,I'm using Sigfox PushButton example on STM32WLE5C8 with LPTIM, ADC and UART deactivated.I believe ADC and UART are not needed for my use, and LPTIM is only required for Monarch if I'm not misunderstanding.When I send a Sigfox message, I use the Si...
Hi everyone,I have created a minimal new project for my board based on STM32WLE5C8.After enabling Sigfox into the .ioc view, in my main.c I have : HAL_Init(); SystemClock_Config(); sfx_rc_t SgfxRc = RC1; int ret = SIGFOX_API_open(&SgfxRc);However it ...