This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

What is the minimum Timer interval for nRF52832

Hello,

      I'm using nRF5 SDK with version 15 and nRF52832 IC. I want to sample some data with 3200Hz sampling rate. I can set the timer minimum 1ms Which means 1000Hz. How can I adjust the Timer for microSecond values.

Best Regards

Parents Reply
  • Well no ISR approach will work for you anyway when using the SD.  As I pointed out above, you cannot do this with an ISR while using the SD. Please re-read my prior response.

    Since you can only do it completely in hardware ie, ppi/gpiote there will not likely be an example specific to your needs.  Also, you will have to give a lot more information about the source and type of data for anyone to help.

Children
Related