2025-08-05 11:54 PM - last edited on 2025-08-06 2:34 AM by Andrew Neil
when I use V6.14.1 everything goes well, bug when I update to V6.15,the same IOC file shows LTDC RGB565 confict with usart2, when I disabled usart2, re-enabled LTDC RGB565,LTDC_R1 pin come out but no R0,R2, it must be a bug here!
2025-08-06 12:19 AM
Hello @lqi
LTDC_R0 is available on PE0 (used as FMC on your .ioc) and PG13 (used as GPIO_Input on your .ioc).
LTDC_R2 is available on PA1 (used as USART2_DE on your .ioc) and PC10 (used as I2C5_SDA on your .ioc). So, since you are using those pins, you can't enable LTDC_R0 and LTDC_R2.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-08-06 12:23 AM
LTDC RGB565 Should not have R0,R1,R2, RGB565 only have R3-7,G2-7,B3-7, why R1 must be select?
2025-08-06 1:02 AM - edited 2025-08-06 1:34 AM
Hello @lqi
It seems to be a regression on the STM32CubeMX V6.15.0. I've escalated internally for correction on the future (under internal ticket number 215387). Thank you so much for reporting.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-08-06 2:31 AM
you're welcome ,can I have an example for stm32h723zgt6 ospi with dual-quad to W25Q128, by the way, I have two W25Q128 with ospi on my board, thanks a lot.
2025-08-06 2:42 AM
This is a new question. You may create a new thread for it to give it more visibility.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.