2023-03-03 01:27 AM
When I flash some .bin the LCD doesen't work. It just display the a noise picture. With similar examples does work and with more advanced examples like the EmbeddedWizard it works too.
When does not work, every time display the same static image:
Solved! Go to Solution.
2023-03-10 12:06 PM
I have the same board like the one below with the same issue.
One of the demo that work is: STM32CubeH7-master\Projects\STM32H747I-DISCO\Examples\LCD_DSI\LCD_DSI_CmdMode_PartialRefresh
One of the demo that does not work is: STM32CubeH7-master\Projects\STM32H747I-DISCO\Examples\LCD_DSI\LCD_DSI_VideoMode_DoubleBuffering
I'm also triyng examples from the FP-AI-Vision pack. I'm loading the binary file of the examples into the board. The examples that does not involve the LCD works fine (like the webcam one). But the others that it supossed to display something in the LCD does not work (the leds of the board works just fine). When does not work it apear the same frame like in the photo below.
I also tired to use TouckGFX and all I did with the program works fine! So I think that the problem are in the libraries maybe.
2023-03-10 01:28 PM
On the project that's not working *REMOVE* the USE_LCD_HDMI compiler command line define. You aren't using the HDMI adapter board
2023-03-10 01:32 PM
2023-03-10 02:00 PM
Double-Buffer built for the on-board screen
2023-03-10 02:00 PM
It still not working. It displays the same screen.
2023-03-10 06:00 PM
I don't see any mention of selecting an external loader?
2023-03-10 06:37 PM
If you're using Cube Programmer to program the bin, then try selecting a memory device
2023-03-10 10:19 PM
Just tried this file, exactly the same issue here.
2023-03-10 10:20 PM
Thanks. I have been using the correct External Loaded, it doesn't make a difference.
2023-03-10 10:28 PM
Hi Guys,
Thanks for all the posts and help.
I think so far we have this:
So from this I'm guessing these must be faulty boards, the last nail in the coffin would be to use the exact elf/hex that Sarra used, I guess when she gets to work on Monday she can post that here for us to test.
Cheers
Andy