Hello,all
I want to use timer,ppi and gpiote to toggle a pin in sdk8.1 but not working.Here are details:
Firstly I use the example project "gpiote" which does not contain softdevice, and it works. Then I add the code to my project in sdk8.1 which contain softdevice, it does not work.
things that I know should be changed:
1.Timer0 is used by softdevice, instead it with Timer1 or Timer2. It avoid the HardFault,but the toggle function still not working.
so what else things should I change more? (like changing the "NRF_PPI_RESTRICTED" to 1? Or something else)
Thank you very much!