Hello,
Is any option in thread_cli_ftd_uart example to disable CLI module and use UART for my own purposes ??
I comment thread_cli_init() function add defines to sdk_config.h add include paths in project settings, add files: nrf_drv_uart.c, nrfx_uart.c, nrfc_uarte.c, app_uart_fifo.c, according to uart example from nRF5_SDK_for_Thread_and_Zigbee_v4.1.0. and i get linking error:
../../../../../../../../external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-transport.a(uart.c.o): in function `UARTE0_UART0_IRQHandler':multiple definition of `UARTE0_UART0_IRQHandler'; Output/Release/Obj/thread_cli_ftd_uart_pca10056/nrfx_prs.o:C:\rep\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\modules\nrfx\drivers\src\prs/nrfx_prs.c:81: first defined here
Best regards,
Mark