2019-08-10 3:10 AM
I am using the System Workbench as IDE with a STM32F746G-DISCO Board. I am trying to build an application based on the Audio_Play_and_Record Example. Now I am having problems with debugging the project, because every "Step into" action I try to make, I land in the "HAL_HCD_IRQ_Handler" and it gets a never ending cycle. My Question is if there's a way just to exclude a certain part of code from the debugging session, like in my example the "HAL_HCD_IRQ_Handler" function? Or any other solution I can't think of?
Thank you for every possible answer, maybe it helps.
If I forgot to mention an important info to solve the problem please tell me.
Greetings
Martin