User Activity

Hi,MCU : STM32L010R8TX.I have configured 2 UART peripheral in STM32. LPUART1 for GNSS and UART2 for LTE Module Communication. Both are working on Interrupt Mode for receiving data.Uart 2 communication is request and response based. When the LTE Modul...
HI,MCU :STM32L010R8TxPower Mode : Shutdown ModeWake Up Sources : RTC WakeUp, External WakeUp Pin 1 , External WakeUp Pin 2. Reading Boot reason by checking one by one using __HAL_RCC_GET_FLAG(Flag).And Able to detect Standby Wakeup. But How to know t...
hi,Previously i was using STM32L010K8TX which has 8K memory. I did OTA update in this device via Uart with help of external controller which receive hex file from User. Currently am using STM32L010R8Tx which has 64K memory. And i tried the same OTA p...
Kudos given to