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.

CCS/AWR1642BOOST: How to show DebugP_log0 message ?

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: AWR1642

Tool/software: Code Composer Studio

Hi Sir, 

I am using mmwDemo in mmwave_sdk_01_01_00_02 and  want to be able to configure the board with default configuration settings(need not to reconfigure it every time i power up the board). 

AWR1642 crashed if mmwDemo execute guiMonitor -1 1 0 0 0 0 0, and the crash point on MSS write message to DSS which call Mailbox_write()

If I stepInto Mailbox_write() in TI-RTOS drivers by using CCS breakpoint. command guiMonitor passed. MSS received the retVal from DSS.

Then AWR1642 crashed on cfarCfg -1 0 0 8 4 4 0 7510 (next by guiMonitor -1 1 0 0 0 0 0), and crash point is the same on Mailbox_write().

May I know how to show the debug message in function Mailbox_write() ? such as DebugP_log0, DebugP_log1, DebugP_log2, ...

Is it possible I should add time delay in function Mailbox_write() ?

Thanks.