ReadID from ST7789V fails on NUCLEO-H745-ZIQ with X-NUCLEO-GFX02Z1$AZ2
Hello :)
I'm trying to get the mentioned display expansion board working with my NULCEO board. I already downloaded the X-DISPLAY examples and found a configured ioc file for an H723 so I replicated all the settings to match my H745 one.
Unfortunately the software fails already with a call to BSP_LCD_Init() -> LCD_Probe() which then tries to read the ID from the st7789v which returns something else than expected and then goes into the error handler. Also there's no datasheet for the display I don't know if the ID I'm getting is something else valid or just garbage.
I've CubeMX version 6.12 but the X-DISPLAY software packs highlights it's only compatible with version 6.7 to 6.8. So maybe that's also an issue?
At the moment I've absolutely no idea how to investigate this issue further. My expectations were that it's easier to setup ST hardware when they're listed as compatible.
Thanks for your help in advance.
