Hello Nordic-Support Team,
i have a question regarding the Application Timer as said in your documentation here:
I am using an instance of the application timer as the timebase of an own Timer module which distributes different timings to other Software Modules.
Said timer uses a linked list for handling the different timers, thus a Critical Section Enter and Leave is required for the operation on the linked list.
Is there a possibilty to enable/disable the interrupt source of the Application Timer (RTC1)?
I just found the global macros "___enable_irq()" and "___disable_irq()", but i dont want to shutdown all interrupts in the controller since my concern is just the RTC1- Interrupt.
Thanks four help!
Kind regards,
Jan Schmale
