STM32h745 Microcontroller Not Responding
I have an STM32H745 Discovery board. The first problem I encountered was when I was creating interfaces using TouchGFX. I could upload them to the microcontroller via the application without any issues, but when I uploaded the code file through CubeIDE, I encountered a problem. I discovered that I needed to include a boot file.
Once I did that, it worked, and the interfaces appeared, allowing me to modify and upload them. However, when I added the USB host initialization, the screen froze without me adding any line of code. After that, the microcontroller refused to accept any code. I had to use the reset button with CubeProgrammer in power-down mode to restore it before it could take the code again.
I tried testing the microcontroller by uploading a colored background code. The code uploaded successfully, but nothing appeared on the screen. Note that I have a demo from Embedded Wizard, and when I upload it, the screen works.
Did I damage something with the microcontroller's addressing? How can I fix it
