2021-02-08 06:01 AM
Hello,
As TouchGFX does not support STM32H745, I tried the demo program for STM32H750 on this board. It works properly when it is programmed and also after reset (soft reset with button or software). But when I disconnect the power from st-link USB port and connect it again, it does not work and also st-link does not recognize the MCU. The connection problem can be solved by setting the boot0 pin as high, and it is not a problem.
For the program, I believe the problem is related to the bootloader script. I tried to write my own boot loader, but It does not work as well. It cannot jump to the program in the external flash memory. What I tried is:
after uploading the complete program of touchGFX on the MCU, I upload this code.
The question is why the program works when we did not disconnect the power yet? And why the program does not work when it already jumped to the application address?
Please let me know if have any idea about it.
Solved! Go to Solution.
2021-02-08 07:22 AM
It is solved. I was wrong in disabling the cache, it still enabled. now it works.
2021-02-08 07:22 AM
It is solved. I was wrong in disabling the cache, it still enabled. now it works.