I want to implement an interrupt using TIMER2, but it stops at Dummy_Handler instead of going to TIMER2_IRQHandler.
Is it due to the fact that I have not defined TIMER2_IRQHandler?
If so, I'd like to know how.
I'm using SDK16.
I want to implement an interrupt using TIMER2, but it stops at Dummy_Handler instead of going to TIMER2_IRQHandler.
Is it due to the fact that I have not defined TIMER2_IRQHandler?
If so, I'd like to know how.
I'm using SDK16.
Hi, Looks like you have a similar case from before, here NRF_TIMER2 error? - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com) and Error in TIMER interrupt - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com), could you update those for more help, It could be better to have the questions in same ticket instead of making a new one.
Here is a link to the Timer example: https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/nrf_dev_timer_example.html?cp=8_5_1_4_6_48
Regards,
Jonathan
Hi, Looks like you have a similar case from before, here NRF_TIMER2 error? - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com) and Error in TIMER interrupt - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com), could you update those for more help, It could be better to have the questions in same ticket instead of making a new one.
Here is a link to the Timer example: https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/nrf_dev_timer_example.html?cp=8_5_1_4_6_48
Regards,
Jonathan