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

Nrf5340 custom bord debugging

Hi,

I want to debug my nrf5340 custom board with logger method. I have tried to follow the Nordic's nrf connect SDK course. And I have written the code and just flashed it in my custom board. But, nothing is print on nrf terminal of visual studio code. I need to know the step by step procedure for  debug in custom board. Kindly guide to get it done.

Thanks &Regards

Navin

Parents Reply
  • Hello Navin,

    RTT works over SWD. Logging can be done either over RTT or UART, depending on the configuration in the application. You can ''debug'' an application by sending strings over UART to observe what is happening in the application. 

    Thanks.

    Best Regards,

    Kazi Afroza Sultana

Children
Related