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.

CC2340R5: Enabling Debug Logging on the CC23XX Device Family

Part Number: CC2340R5
Other Parts Discussed in Thread: SYSCONFIG

Followed the instructions in the original post, I get the error:

undefined first referenced
symbol in file
--------- ----------------
ti_log_LogSinkBuf_buf ./syscfg/ti_log_config.o
ti_log_LogSinkBuf_printf ./syscfg/ti_log_config.o

here is my syscfg:

And this is the invocation

Log_printf(LogModule1, Log_ERROR, "************* Hello World *********** %d", 11);

Any idea ?