The timer example with SDK 15.0.0 uses the old timer driver. Is there any example code showing how to use the current nrfx_timer?
I'm just trying to generate a periodic 100us interrupt so I can (fairly) accurately count how many tenths of a millisecond have passed - should be pretty simple, but the documentation doesn't do a very good job of describing how to use the API, and I'm not certain if I need to be using it in timer mode or compare mode.
Thanks!