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

the code of 51822 PAN 73# must be added in SDK 6.0?

the code of 51822 PAN 73# must be added in SDK 6.0? /* Add workaround when starting timer2 */ *(uint32_t )0x4000AC0C = 1; //for Timer 2 NRF_TIMER2->TASKS_START = 1; / Add workaround when stopping timer2 */ NRF_TIMER2->TASKS_STOP = 1; *(uint32_t *)0x4000AC0C = 0; //for Timer 2

Parents Reply Children
No Data
Related