Hi all…
So can someone tell me if there is a way to call timers in the Argon? Preferably hardware timers and not soft timers…I’ve seen topics that seem to allude to the fact you can’t which quite honestly is a disappointment…
Thanks
Hi all…
So can someone tell me if there is a way to call timers in the Argon? Preferably hardware timers and not soft timers…I’ve seen topics that seem to allude to the fact you can’t which quite honestly is a disappointment…
Thanks
There are only 6 hardware timers on the nRF52840, and most of them are in use by Device OS. If you really want to use one, you can see how to attach the timer interrupt and have it work from user firmware in the library below. You’ll also probably need the nRF52840 product spec, which is very confusing. You can, however, use most of the nRF52 SDK API from user firmware, which is much easier than using the registers directly.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.