STM32F769I-DISCO demo stuck on start up screen
I am trying to get the demos to work on the disco board, but every time I upload the code the ST logo appears and then it hangs.
I upload the hex files via STM32CUBEPROGRAMMER where it successfully uploads but always fails to verify giving me this error "Error: Data mismatch found at address 0x90000000 (byte = 0x00 instead of 0x99)".
I am using the hex file v1.0 found here: https://www.st.com/en/evaluation-tools/32f769idiscovery.html#documentation. I have also tried 1.16.0, 1.15.0, and 1.14.0 of the STM32Cube MCU Package for STM32F7 series. Every time I try to build the example for TouchGFX, there are errors.
Does anyone know how to solve this issue or could anyone provide me with the demo that comes with the STM32F769I-DISCO?
Also, the Patch for STM32CubeF7 1.16.2 is for STM32H7, not STM32F7.