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

nrf52832 create timer

hi: i want to create timer in my code, i create timer and start the timer ,but the timer do not work,i found timer number can not exceed four,detailed information in the fllowing:

SDK 11.0.0 softdevice:s132_nrf52_2.0.1_softdevice demo:ble_app_uart nrf52832

i just need change APP_TIMER_MAX_TIMERS and APP_TIMER_OP_QUEUE_SIZE in the nrf51822 platform ,but APP_TIMER_MAX_TIMERS is not define in code in the nrf 52832 platform ,so if i want to create timer how should i do

Related