hello Nordic
something is not clear to me regarding the use of timer and ppi to toggle a pin
1. to my understanding the whole idea of using the ppi is to avoid CPU intervention, but if i must have a handler as the 'nrf_drv_timer_init()' demands then what is the point, i can toggle the pin in the timer handler itself, what am i missing ??
2. why putting a NULL as timer handler in 'Release' mode of debug works fine but in debug the assertion force me to use a timer handler ??
hope to read you soon
best regards
Ziv