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 see.

    And that is with a completely unmodified example as well?

    Might be that when you open the chat example you open it along with a series of other modifications as well, that are the actual cause of the problem. To make sure the example you use isn't modified as well as keeping the projects you have in this version of the SDK, you could try and install another version of NCS and see if the issue occurs in that version of the chat example as well.

    Best regards,

    Elfving

Children
Related