User Activity

We have developed an application with LCD display in which we use TouchGFX and external SPI flash memory, the microcontroller used is STM32G0B0CET6.I wrote an external loader for STM32G070RBT6 (tested and worked) and simply rewrote it for STM32G0B0CE...
Hi everyone,I'm developing a project with stm32G0 and ILI9341 graphics controller, as frambuffer strategy I'm using "Partial Buffer". Everything works fine but occasionally the program crashes and ends up in the _exit() function in syscalls.c.The cau...
Hello,I am using STM32H7B0VBT6 and I wanted to activate the wake up from Standby on PA0 (WAKEUP_PIN1) with rising edge, the code used is the following:PWREx_WakeupPinTypeDef sPinParams = {0};sPinParams.WakeUpPin = PWR_WAKEUP_PIN1;sPinParams.PinPolari...
Hello,i am developing a low power application with STM32H7B0VBT6, there is also a 480 * 272 display operated by Touchgfx.My problem is that after waking up from STOP MODE the LTDC peripheral does not restart and the screen stays still.I enclose the p...
Hello,I am creating a low cost application with 320x240 LCD and ILI9341 controller.I store all language strings in the unmapped SPI external flash memory by loading the .bin files of each language.Unfortunately I can't see anything on the screen, I s...
Kudos from