cancel
Showing results for 
Search instead for 
Did you mean: 

while debugging loop stop here in my stm32_h7a3zi-q porting custom threadx

sandeep_11
Associate

Screenshot 2025-06-06 173839.jpg

1 REPLY 1
TDK
Super User

This happens if an interrupt fires that you don't have implemented in the code. You can look at VECTACTIVE register field somewhere in SCB registers to see what interrupt fired.

If you feel a post has answered your question, please click "Accept as Solution".