i want to use timer0, timer1 and timer2 and also RTC0, and RTC1 all Sefrate by Sefrate interrupt and so on.... so, have you any coading example?.... i m using sdk12 with eclipse gcc tool chain setup in windows... and use board pca10028...
i want to use timer0, timer1 and timer2 and also RTC0, and RTC1 all Sefrate by Sefrate interrupt and so on.... so, have you any coading example?.... i m using sdk12 with eclipse gcc tool chain setup in windows... and use board pca10028...
I recommend you to use the app timer library in the SDK. With the app timer you can create multiple timer instances, each with their separate interrupt. Here is the API reference.
To learn more about the app timer, please take a look at the Application Timer Tutorial.