Hi,
i am working with nRF24LE1's as one master and many slaves. I also use the RTC2 functionality for the register retention mode.
As i read in the documentation the RTC2 counts from zero up to the specified compare value (RTC2CMP0:RTC2CMP1) and when using the compare mode 11 an interrupt is assigned and the counter is reseted.
Is the following be possible:
- Stop running RTC2
- Changing the compare value (increasing or decreasing)
- Starting the RTC2 again but with not reseting the current RTC2 counter (continuing)?
I does not find any infos about it in the documnetation.
Regards