2024-04-04 03:16 AM
Hi,
I'm trying to use an interrupt with CMSIS_RTOS2. The user button is configured to use as an interrupt source:
When I push the button, the system freezes. I suspect the interrupt flag doesn't get cleared but I have no idea why.
There is nothing (yet) in the callback function:
This works fine in normal working mode but it freezes when I'm working in CMSIS-RTOS2. I have no idea why this happens.
I'm working on a 32F746GDISCOVERY board.
Solved! Go to Solution.
2024-04-04 03:42 AM
Solved it
Apparantly I forgot to link the IQR handler in the 'stm32f7xx_it.c' file
4 hours of my life I'm never getting back :grinning_face::face_with_tears_of_joy:
2024-04-04 03:42 AM
Solved it
Apparantly I forgot to link the IQR handler in the 'stm32f7xx_it.c' file
4 hours of my life I'm never getting back :grinning_face::face_with_tears_of_joy: