-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
button interrupt always fallback to Default_Handler(infinite loop)? #3
Comments
Here is my code for reference. |
add |
It still stuck at infinite loop, Timer_A interrupt doesn't work too. |
I can replicate this issue on my board too. It looks like an issue with toolchain dependencies, not with clion or arm mac. I have tested interrupts before with cmsis framework and it was working fine, but it has no driverlib. I will dig deeper next week |
thx |
When I try to declare function
PORT1_IRQHandler
in mymain.c
file, I found out that the board always stuck when I press any of buttons. It seems that the board has detected the interrupt but ignorePORT1_IRQHandler
function that I declared and fallback toDefault_Handler
instartup_msp432p401r_gcc.c
.The text was updated successfully, but these errors were encountered: