Hi everone!
I need to get a timer setup which repeatly fires 2 IRQs. The first i.e. after a timer count cc0=500 and the 2nd count cc0=700. After 700 ticks the timer value (count) should become cleared and then cc0=500 -> 700 -> 500 ...
I could achieve this "timeframe" by using 2 ccs (cc0 = 500, cc1 = 700.... short cc1->clear timer0 activated) To save cc1 I tried to use cc0 for both values instead, unfortunatly i couldnt get it to work this way.
Now I am wondering if this got to do with PAN32 (nrf51822)or if i missed something in my code.
Could someone please clarify if PAN 32 means that the 2nd event using only 1 cc register is only NOT fired if ie. cc0 = 500 and next it becomes set to cc0=501 or if it would also my case (cc0 = 500 and then cc0 = 700).
Thanks in advance! RGDS Dominik