This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1352R: Output problem when using Segger JLink Ultra+.

Part Number: CC1352R
Other Parts Discussed in Thread: SEGGER

Hi!

 

My environment:

Launchpad CC1352R1
CCS: 10.3.1
SDK: 5.10.00.48
Project: hello_CC1352R1_LAUNCHXL_tirtos_gcc

Problem:

I have simple setup: fresh hello_CC1352R1_LAUNCHXL_tirtos_gcc project downloaded from Resource Explorer, with simple four functions:

printf("printf\n");
fprintf(stderr, "fprintf\n");
System_printf("System_printf\n");
assert(false);

With XDS110 debugger everything working as expected.

Problem is with Segger JLink Ultra+, on this debugger only working function is System_printf, on each of the others my device immediately goes to do_AngelSWI and I have to restart board.

What can I do to make printf working with segger? Is anything that I missing in my setup?