User Activity

When configuring SDMMC1 in STM32CubeIDE, I get a warning that it conflicts with LTDC (RGB888). SDMMC2 does also conflict. Can someone guide me, how to resolve this conflict?
I am unable to configure FMC with SDRAM in latest STM32CubeIDE 1.6.1.Regardless of what I chose in the Mode section. Can someone guide me, what settings I have to perform?
Since a few days I own an STM32H735 Disco board. But I can't get HAL DMA2D to work correctly. The following code shall copy a line of pixels from RAM into the framebuffer:DMA2D_HandleTypeDef hdma2d;   static void ConvertLineToRGB(uint32_t *pSrc, uint...
The parameter "Orientation" in BSP_LCD_InitEx() is unused (except test for validity). As a result it is not possible to change to portrait mode. Does ST plan to fix this issue?