Hello.
I want to see NRF_LOG_DEBUG ("some") through the terminal. When I compile, I get the following error:
What should I set or change?
MCU : nRF52840
compiler: IAR
Project: secure_bootloader(DFU)
Hello.
I want to see NRF_LOG_DEBUG ("some") through the terminal. When I compile, I get the following error:
What should I set or change?
MCU : nRF52840
compiler: IAR
Project: secure_bootloader(DFU)
The SDK supports Jlink RTT by default.
So you need to use Jlink RTT Viwer which it installed with Segger Jlink tool.
See this link
Thank you!