Hi,
i need to stop one of my Timer at the falling edge of a Pin. So i need a gpiote_interrupt, is this right? Can someone help me how i can do this? if i write something like GPIOTE_IRQHandler ( ) it doesn't work.
best regards Nils
Hi,
i need to stop one of my Timer at the falling edge of a Pin. So i need a gpiote_interrupt, is this right? Can someone help me how i can do this? if i write something like GPIOTE_IRQHandler ( ) it doesn't work.
best regards Nils
Hi, thank you for your answer, very helpful :).
If i use the Softdevice and doesn't use sd_nvic_EnableIRQ instead of NVIC_EnableIRQ what coudl happen? the sd methods are all in the SOC.h is there a docu of this?
How shoudl i do it with ppi?
best regards Nils :)
Hi, thank you for your answer, very helpful :).
If i use the Softdevice and doesn't use sd_nvic_EnableIRQ instead of NVIC_EnableIRQ what coudl happen? the sd methods are all in the SOC.h is there a docu of this?
How shoudl i do it with ppi?
best regards Nils :)
So in some parts of my code i use NVIC_EnableIRQ and not the soc methods, could this crash my device? And if i change this what you told me in the existing parts of my code like the PWM_MODUL it doesn't work anymore. No i have to check out how this works, can you give me some more help for this?
best regards Nils