User Activity

The exact issue I am experiencing with the STM32L4 series (both L476 and L412), is described here: https://stackoverflow.com/a/71297149/10909834The solution I came to independently is to reinitialize the uart. I used HAL_UART_DeInit() followed by HAL...
I'm in the process of evaluating options for a 5" display. We're looking at using the FT81x controller with lvgl or TouchGFX. I want to find out if TouchGFX can be used to drive the FT81x chip.I do know lvgl can do something along those lines, but we...
I am becoming interested in TouchGFX, and I want to know how it performs on STM32L476 for a 2.4" 240x320 touch screen. The chip is already doing some other control tasks, mostly digital I/O and bitbang SPI to control other chips, and 2 UART control i...
Hi! I have a project in which I tried to enable LTO for release builds. Issue is that the code hangs before entering the main loop. Upon investigation, I found that an interrupt is triggered: the code gets stuck in the default implementation for the ...
I've had some issues to calculate the correct VREF+ voltage for the ADC on an STM32L476RGT6 MCU. After some investigation, I isolated the cause to be that I called `HAL_ADC_DeInit()` on ADC2 after I used it during setup before the main loop. If I jus...
Kudos from