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.

PROCESSOR-SDK-J722S: J722S mcu10, how to print log outside task?

Part Number: PROCESSOR-SDK-J722S

Tool/software:

Hi Ti expert, 

  i am uisng mcu sdk v11 , example/mcan/mcan_loopback_interrupt as start,  and i want to print debug log.

 the sample code print is ok, using `DebugP_log` api.  but when i using this api in somewhere else, it not works.

1. when in irq callback like App_mcanIntrISR, it not print anything, but program still running.

2. when print outside task, eg. before call  xTaskCreateStatic,  the app not running.

could you help me to check this issue, and how to solve this problem.

thanks.