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-AM437X: How to disable DbgPrintf function?

Part Number: PROCESSOR-SDK-AM437X

Hi all,

I succeeded build and running "NIMU_FtpExample_idkAM437x_armExampleproject" example code.

I noticed that some DbgPrintf is printing out log information to the console. The log information is from NDK's tasks (ndk_3_61_01_01). 

I wonder if there is a way to disable DbgPrintf since it is using the same Uart as my current project.

Thank you,

Minh Vo