2025-02-17 05:33 AM
Hello,
I am working on an HMI product with STM32H7B0RBTx LQFP64 and want to use the RGB888. As per Datasheet, it seems possible:
But when I start a project on CubeIDE, it only provides only RGB565/666.
My question is:
- Is this a limitation in the CubeMX and I can use RGB888 if I do it manually?
- If it's not the case, please to let me know and correct it on the datasheet.
Thanks,
Ayoub
Solved! Go to Solution.
2025-02-17 06:21 AM
By checking again the datasheet, LCD_R0 and LCD_B0 lines are not available on LQFP64. So that's why RGB888 is not available on that package.
2025-02-17 05:48 AM - edited 2025-02-17 05:48 AM
Hello,
I think it's not a limitation but linked to the package you are using LQFP64. So some LTDC signals are not available on that package.
You need to refer to the product datasheet.
With UFBGA176 (bigger package) I can see RGB888:
Hope that answered your question.
2025-02-17 05:52 AM
Thanks for the quick reply @SofLit !
I saw that are supported on different packages, but data sheet still says it's possible! Below, it shows that LDC_R1 is mapped to pin 16, while in CubeMx, it's allowed to use it!
2025-02-17 06:12 AM
Ok I will escalate the issue and get back to you as soon as it's confirmed.
2025-02-17 06:12 AM
Many Thanks!
2025-02-17 06:21 AM
By checking again the datasheet, LCD_R0 and LCD_B0 lines are not available on LQFP64. So that's why RGB888 is not available on that package.
2025-02-17 06:24 AM - edited 2025-02-17 06:27 AM
@Ayoub Cheggari wrote:
Thanks for the quick reply @SofLit !
I saw that are supported on different packages, but data sheet still says it's possible! Below, it shows that LDC_R1 is mapped to pin 16, while in CubeMx, it's allowed to use it!
And this is another issue that I need to rise it internally. Ticket number not accessible by community users 203407.
2025-02-17 06:44 AM
Thanks @SofLit! It's clear now!