This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Configuring RTT for Nordic thingy 52 connected to nrf5340's debug out

Hi,

I am current working with nrf connect SDK, nrf5340dk and 2 Nordic thingy 52s. I am trying to implement BLE mesh sensor client and server model on both the Thingys respectively and programming them via the nrf5340dk's debug out. I wish to look at the output of the mesh sensor client via RTT but I'm unable to do so.

I have added the following configuration parameters in the prj.conf file for enabling RTT:

ONFIG_UART_CONSOLE=n
CONFIG_HAS_SEGGER_RTT=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_RTT_CONSOLE=y
CONFIG_LOG_BACKEND_RTT=y
CONFIG_LOG_STRDUP_BUF_COUNT=20
CONFIG_LOG_STRDUP_MAX_STRING=8
CONFIG_LOG_DEFAULT_LEVEL=4

Can someone please help me configure RTT for nordic thingy 52?

Thank you!

Parents Reply Children
No Data
Related