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.