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

RTT infinite loop over initial commands

Hi,

I have just updated the SEGGER Jlink tools to the latest version v6.18b.

Under Keil debbuging the J-Link RTT Viewer (or client) shows the initialization commands in an infinite loop (one after the other starting from the first command and so on).

I would like to know if someone has experienced the same issues and has got any advice.

My environment:

SW:

Keil uVision v5.23.0.0

J-Link Segger tools v6.18b

nRF5 SDK v12.2.0 example: S130 - BLE Central - BLE Heart Rate Collector Example

Edits on sdk_config.h:

 #define NRF_LOG_ENABLED 1
 #define NRF_LOG_BACKEND_SERIAL_USES_RTT 1

HW:

nRF51 DK - PCA10028 - nRF51422 - QFAC (rev 3.)

Any help will be most welcome.

Related