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.

Compiler/TDA4VM: It seems system dump while the AppUtils_Printf() is called in the task hook function switchFxn

Part Number: TDA4VM

Tool/software: TI C/C++ Compiler

Dear Sir:

  I want to check task stack in the taskHook switchFxn, and print the warning while the stack used over 90%.

  but the system maybe dump when the AppUtils_Printf() is called in the switchFxn.

  my pdk : psdk_rtos_auto_j7_07_00_00_11

  I am not sure that it is a bug. or the AppUtils_Printf() should not be invoked in the switchFxn.

    --and I find it's ok while AppUtils_Printf() is called in the createFxn.

Regards,

Huanggl