This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Zigbee & Timer

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.

---

CONFIG_ZIGBEE=y
CONFIG_ZIGBEE_APP_UTILS=y
CONFIG_ZIGBEE_ROLE_COORDINATOR=y
---
CONFIG_NRFX_UARTE1=y
CONFIG_UART_1_INTERRUPT_DRIVEN=n
CONFIG_UART_1_ASYNC=y
CONFIG_UART_1_NRF_HW_ASYNC=y
CONFIG_UART_1_NRF_HW_ASYNC_TIMER=3
CONFIG_NRFX_UARTE=y
CONFIG_NRFX_TIMER3=y

Parents Reply Children
No Data
Related