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
Have you taken a look at this case yet? Try using the sd_nvic_SetPriority(...)
first like explained and then use the sd_NVID_EnableIRQ(...)
function afterwards.
Have you taken a look at this case yet? Try using the sd_nvic_SetPriority(...)
first like explained and then use the sd_NVID_EnableIRQ(...)
function afterwards.