Hello, I am currently working on a connection project between two boards through uart, for this I want to guide myself in the asynchronous api example provided by the dev academy course.
I followed the same steps and built the application for the nrf5340 model, however, despite the fact that it builds well, every time I pass it to the board, the following window opens:
I really don't understand why it happens, since the result of the example should allow me to enter some data through the console.
I already tried reinstalling the entire environment, but the error persists, any idea why it happens?