User Activity

 I am working with a project which does not have .ioc file from STM32 cube mx, so I have to enable HAL functions and make these changes manually. I wanted to add a watchdog timer. Somehow the Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_wwdg.c file...
Hi all,I am using a STM32L476RG NUCLEO Board with FreeRTOS and STM32 iCUBE LoRaWAN stack. I have a UART interface connected to Raspberry Pi, which periodically sends and receives data to-from STM32. I am using a circular buffer with DMA and IDLE Line...