Hi Nordic,
I want to implement a LED blinking like below pseudo code.
I'd like to use Timer x n , GPIOTE, PPI since it doesn't consume any CPU time.
for (10 times) {
for (100 times) }
LED_ON : 0.4ms
LED_OFF : 0.6ms
}
LED_OFF : 200ms
}
Is there any example for Timer, GPIOTE, and PPI coding ?
nRF52840DK board
nRF Connect SDK 3.0.1
Regards,
Kenny