Unable to provision by configuring asynchronous UART

I have starting working with UART. I see that there are two options for configuring it: UART_0_ASYNC and UART_0_INTERRUPT_DRIVEN. I want to use ASYNC option for my UART, but when I enable this option, the device is unable to be provisioned anymore. It means if I just enable this configuration in the chat example, it breaks the application for provision.

I also tried to initialize the UART only when the device is provisioned, but it has no effect. 

Parents Reply
  • I wanted to have three nodes: 1. With UART as client, 2. Without UART as Relay and  3. Without UART as Server.

    But I don't understand how this issue of provisioning a device linked with it.
    Because even if there is nothing provisioned already, we have the same issue.

    May be you can try to provision the device (nrf52832) with the changes in prj.conf as mentioned before and see if you are able to do so. I already posted the code as well before.

Children
Related