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.

MMWAVE-SDK: Accessing messages of "System_printf" via UART without CCS

Part Number: MMWAVE-SDK

Hi,

I have been able to spot this image from the Gesture Recognition Lab (I'm not interested in that application, however):

I'm currently using the Demo app in the SDK, which does have the same debug messages thrown out using the System_printf, as follows.

System_printf ("Debug: Launching the Millimeter Wave Demo\n");

I'm unable to find out how to access these messages:

  1. Are these messages enabled in the Demo MSS firmware? If not, how do I enable these?
  2. Through which hardware interfaces are these messages sent? If these were not through UART, would I be able to access them without using CCS (since I'm using Linux for development)?

Thanks,

Anirudh