2025-12-16 5:20 AM - last edited on 2025-12-16 5:24 AM by mƎALLEm
Split from this thread for a new question.
Thank you. I've changed the programmer, and it now programmed without errors.
I however get a Hard Fault, sitting in HardFault_Handler(), as soon as I run. It happens before the code gets to main(). It also does not look like it is matching symbols to files correctly, because it is not showing code. I did check that Load Symbols is checked in debugger settings.
Can this HardFault be related, or should I start new post to help with that?
2025-12-19 12:51 AM
Hello @Pieter25.
Which example project are you trying to run?
Could you test the TBS for STM32H747I-EVAL available in TouchGFX Designer? I believe this project should also work for STM32H757I-EVAL.
Best regards,
Johan
2025-12-23 2:37 AM
In STMCube32IDE, I followed these steps:
Is there something I missed or did wrong?
I've tried going into compiler options and compile with -g and -Og (to enable debugging and disable speed optimisation) but it made no difference. I can at least see the HardFault() after adding debug symbols (-g). Below is a screengrab of where it gets stuck in HardFault, and the call stack does not help me much.