Skip to main content
lqi
Associate II
August 6, 2025
Question

CubeMX v6.15 shows conflict with IOC that worked fine in v6.14.1

  • August 6, 2025
  • 1 reply
  • 449 views

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!

1 reply

STTwo-32
Technical Moderator
August 6, 2025

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

lqi
lqiAuthor
Associate II
August 6, 2025

LTDC RGB565 Should not have R0,R1,R2,  RGB565 only have R3-7,G2-7,B3-7, why R1 must be select?

STTwo-32
Technical Moderator
August 6, 2025

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