Unable to turn on the LCD screen on STM32F723E-DISCO
- January 8, 2021
- 2 replies
- 3921 views
Hello, I'm working on a STM32F723E-Discovery and I'm trying to use the LCD screen.
I can't even turn it on.
There is a demo version that when I implement it, works correctly, the screen is functional. But the source code is not provided with the demo version, so I can't compare with my configuration ...
I think it's a CPU configuration problem on CubeMX, actually I don't really know which configuration to do.
Do you have examples of configurations on CubeMX for this board ? I can't find anything on the internet.
Of course I installed TouchGFX generator and activated it on my configuration, then I opened TouchGFX with the file associated with it, then I put a simple button and I generated the code, it was well generated without errors and was well implemented in my project.
But when I build and debug no errors, nothing moves, the screen doesn't deign to light up.
Note that this is not a default of the card as the demo project is working properly.
Thanks