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:
- Are these messages enabled in the Demo MSS firmware? If not, how do I enable these?
- 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