2022-12-11 11:07 AM
Hi!
The STM32H725ZG comes in a 144-pin package and configuring ETH RMII + LTDC 24 bits (RGB888) in parallel would seem realistic. But I have failed even though I have tried to move around pin configurations quite a bit.
A single pin (PA2) seems to be the issue.
Thanks for any hints in case I missed something.
2022-12-11 11:55 PM
Hello @Lars Sörqvist,
It would be better to share your configuration, this will help Community user to understand your issue.
Check the LTDC initialization, ETH clock...
Review this article, it may help you: How-to-create-project-for-STM32H7-with-Ethernet-and-LwIP-stack-working
Check the board User Manual, maybe you have a physical connection issue.
Imen
2022-12-12 12:34 AM
Thanks Imen,
But so far it is a straightforward issue about pin configuration only, i.e. no user code or LwIP involved.
These are my steps:
I was just hoping to get an extra pair of eyes on this in case I missed some pin swapping, thats all.
Kind regards
2022-12-12 08:09 PM
Consider using LTDC in 18-bit mode. Take a note that most LCD panels are 18-bit anyway, even those with 24-bit interface.
2022-12-12 11:11 PM
Thanks, yes that it possible.
However, I have a specific 24-bit screen in mind but I assume I would need to move up to a chip with more pins then?