Problem Testing System Timer on STM32CubeIDE
Hello,
I am trying to step through the How To guide for bringing up a board in the TouchGFX documentation. During "Step 2. CPU Running" I ran into an issue with the step that tests the system timer. I was able to execute the first test regarding the clock configuration, however the breakpoints I have set on the call to HAL_Delay(5000) and the while loop never get reached when I am debugging.
I have set up the project for a STM32F469I-Discovery board, with the default pinout configurations, and an advanced application structure. Is there an obvious reason why my breakpoints are not being reached? I noticed that the test of the Clock configuration required a breakpoint before all the function calls to intialize configured peripherals. This breakpoint was reached just fine. The breakpoints required to test the System Timer are after these initialization functions are called. Could there be a problem in one of these Init functions?
Thank you for your help.