zigbee stops working when I use timer 2 for asynchronous UARTE operation. Tell me where to see which stack uses which periphery. Or is it some kind of mistake on my part? With timer 3 all OK.
---
zigbee stops working when I use timer 2 for asynchronous UARTE operation. Tell me where to see which stack uses which periphery. Or is it some kind of mistake on my part? With timer 3 all OK.
---
Hi,
TIMER2 is used by the Zigbee stack, so you should use another timer instance. You can see this in zb_nrf_timer_counter.c (found in nrf/subsys/zigbee/osif). Also, if you look at CONFIG_ZIGBEE you can see that it implies COUNTER_TIMER2, so enabling Zigbee will enable counter on TIMER2.
Regards,
Amanda
Hi,
TIMER2 is used by the Zigbee stack, so you should use another timer instance. You can see this in zb_nrf_timer_counter.c (found in nrf/subsys/zigbee/osif). Also, if you look at CONFIG_ZIGBEE you can see that it implies COUNTER_TIMER2, so enabling Zigbee will enable counter on TIMER2.
Regards,
Amanda