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.

MCU-PLUS-SDK-AM263X: Missing DebugP_logZoneEnable in MCU+ SDK Version 10

Part Number: MCU-PLUS-SDK-AM263X
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

When updating the AM263x MCU+ SDK from version 09.01.00 to version 10.00.00, we noticed that the debug log zones are no longer initialized in the generated function Dpl_init in the file ti_dpl_config.c.

 

(Left: version 10.00.00 / Right: version 09.00.00)

These options can still be configured in SysConfig.

If the initialization of the zones is not done, none of the logs from:

  • DebugP_logError
  • DebugP_logWarn
  • DebugP_logInfo`

are output on the UART. However, logs generated with DebugP_log are output on the UART.

We observed that in the file debug_log_init.c.xdt, the conditions for generating these function calls have been expanded.

Why is this no longer generally possible? Or is there an additional configuration that needs to be made for this to work again?