User Activity

Hi,This is driving me crazy, let me explain.Setup : NucleoU575 with MX25R6435F in QSPI with wire jumper cables. Here's a code adapted from an ST example for the stm32l496g_discovery.The modifications were minor, and we simplified it to the maximum, j...
Step to reproduce :In cubeMX:Select NucleoU575ZI.Clean all pinSet OCTOSPI to QSPI (see code below)Configure GPDMA (see code below)/* USER CODE BEGIN Header */ /** ****************************************************************************** * @f...
I did not tested if this is specific to all MCU but for U5 familly this is sure:How to reproduce : Launch cubeMX, (6.7.0)select U5 board like nucleoGo to project manager, and select under Toolchain - Makefile.--> Bug, the Makefile genereted is missin...
Hi, I am Driving an AMOLED display (GRAM) with QSPI.In blocking mode everythings works fine, but now I trying to "update" it using GPDMA, nothing works. Any advices ?So in blocking mode I used the typical : OSPI_RegularCmdTypeDef sCommand = {0}; sC...
Dear All,The display we are using is RGB332, natively this is not supported by Touch GFX.Is it possible to develop custom color format or we need to trick it by using ARGB2222 and convert pixels.Thanks for your help.Regards
Kudos from