User Activity

Hi, I'm trying to port my code that uses the FMC to interface a LCD display. The provided configuration works on the STM32L476, but when I port it to the STM32U585 the image is offseted to the right on the display.Main clock (and FMC clock so) are co...
I'm working on a STM32H750XB with USB. It works fine with the USB2_OTG_FS instance, but the speed is not reaching the maximum (only 875kB/s). I'm using the USB with diskio, FatFS and FreeRTOS.I'd like to enable DMA to make it faster, so I set hhcd.In...
On a custom screen which contains a VideoWidget, I added a button that calls a callback to go back to another screen. I switch the screen as it's suggested from ST by calling static_cast<FrontendApplication*>(Application::getInstance())->gotoHomeScre...
I'm working on a project using TouchGFX 4.18.1 on a STM32H750VB MCU.As it's a corporate project, I use an internal framework/platform that works fine with TouchGFX 4.18.1, on IAR Workbench in addition of TouchGFX Designer.Now I'm trying to integrate ...