User Activity

Hi,I am migrating my software from STM32F778AI to STM32H747XI due to performance issues.. I decided to handle basic operations and display on M4 core (include TouchGFX) and heavy calculations on M7 core.I use external SDRAM and enabled FMC and initi...
Hi,I am migrating my project from STM32F778AI to STM32H747XI and I have some issues regrading EXTI interrupt on M4 core.I use custom board with J-link programmer.I have simple button with hardware pull-up and I configured pin to be EXTI11 on M4 (enab...
Hi All,I need your help , I am configuring TouchGFX with DSI ( STM32F778AI ) with RM67162 360X320 pixels display.Before adding TouchGFX I was able to write using LTDC,DMA2D and DSIHost without any pixel shift ( also without TE ).After I added TouchGF...
Hi,I am using STM32F778AI with FMC SDRAM and MIPI-DSI for screen.Before adding touchgfx SDRAM, DSI , Systick worked. After adding touchgfx it stopped working and stuck on HAL_Delay because Systick don't enter to interrupt.Any help ?David
Hi,I am using STM32F778AI and I use PC7 as PWM generation . When I added TouchGFX it stopped generating code for Timer 3 and if I remove Timer 4 it cannot be added with the same reason.Any help ?Thanks!!David