2023-04-16 03:53 AM - edited 2023-11-20 08:04 AM
So I've created a project and am trying to use the HAL_delay(10); but it gets stuck at this function when im trying to debug.
I have been changing the clock and enabling the TIM2 so I don't know if i've messed something up. Here are the settings that I have:
And that is about it
2023-04-18 03:11 AM
i was thinking, HAL_Delay() is working - just you cannot debug it...
so: because program is running (you said ) , test : with simmple LED toggle...is there delay or not ?
2023-04-18 03:13 AM
I thought I should be able to debug it eitherway. Will try with LED
2023-04-18 03:57 AM
Okay so I tried with the LED and found out that the program doesn't really run. Didn't even get to the first PIN_SET without debuging step by step