Hi ,
I want to use TIMER1 in mesh SDK , is it possible to use TIMER1 in mesh SDK ? And how can i set it up and run it ?
Thank you for your help
Hi ,
I want to use TIMER1 in mesh SDK , is it possible to use TIMER1 in mesh SDK ? And how can i set it up and run it ?
Thank you for your help
Hi MMG. What are you planning to do with the Timer1 Interrupt?
Got some tips from a mesh expert at Nordic: Make sure to give Timer0 interrupt higher priority. You should not block the mesh interrupt (especially the timeslot interrupt). If the radio interrupt is missed, this will result in a bit more latency (which should be ok). Also, try to do a time consuming task in the main loop to test whether your solution works correctly with mesh.
Hi MMG. What are you planning to do with the Timer1 Interrupt?
Got some tips from a mesh expert at Nordic: Make sure to give Timer0 interrupt higher priority. You should not block the mesh interrupt (especially the timeslot interrupt). If the radio interrupt is missed, this will result in a bit more latency (which should be ok). Also, try to do a time consuming task in the main loop to test whether your solution works correctly with mesh.