How to setup a HW timer and IRQ

Hi

I am maintaining a NRF project, done all Dev Academy courses 2 years ago, still I am havibng trouble.

My current task: I need to set a (hardware) timer interrupt with IRQ in NRF52833 lets says every 500 microsec.

I am having trouble to find the write answers in the documentation. Can you point me to the documentation?

Which example could I have a look at?

Where in the documentation about timer api?

Where would I see which HW timer is used already (by zephyr, or nrf lib)?

 Where would I see which priority I am allowed to give my ?

Thx

Related