User Activity

Greetings,I am working on a Firmware OTA module for STM32L4 series and for that I need a module to write the firmware into the internal flash memory since system bootloader is not available when RDP is enabled. I was wondering if there is already a m...
We are encountering this while using Low Power UART on STM32L412KB microcontroller. We are working on a battery-powered product that has two on board SoCs. One of them is STM32 and the other is Nordic. The two socs communicate with each other over a ...
Hi. I am using STM32L412KB for my application and internal RTC for maintaining time. I get epoch time over UART and then I call the following function to set the time.void set_rtc_time(time_t epoch_time) { rtc_time = epoch_time; struct tm *ti...
I am using STM32L4 for my application and I want to do code coverage on my controller to see how it performs. How can I do that? Is there any tool or is there any in-built feature in STM32CubeIDE which I can use?
Hi. I am using STM32L412KBTx for my application. I am using LPTIM for 150ms and 5s timings.The pattern is like 150ms-->5s-->150ms whenever data is received over LPUART.So, for first 150ms timeout value, it runs fine and when I start for 5s timeout va...