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.

AWR6843AOPEVM: Unable to print statement on console

Part Number: AWR6843AOPEVM
Other Parts Discussed in Thread: MMWAVEICBOOST

Tool/software:

We are currently using radar_toolbox_2_30_00_12's "out_of_box_6843_aop" demo example.
For this, we are using CCS version "20.0.1". This project has been built successfully in CCS.

 Right now, we are trying to print a statement (for instance, "Hello world"), but the terminal is not showing the output.

1) No debugger or MMWaveICBoost board was connected. 
2) At the moment, the heap and stack sizes are 0X800. Does the stack/heap size need to be changed from properties?

 

Please let us know how to print the statement on the console

  • Hello,

    Thanks for reaching out regarding your question on printing to the console. Are you using the System_printf function when attempting to print to the console?

    Regards,

    Kristien

  • Hello,

    Yes, we have tried with System_printf function as well as print function to print the output on the console but not able to print the output on console. I have attached screenshot below for your reference.

    Kindly guide us on this issue.

  • Hey Gauri,

    Sorry for the confusion here. I misread the information you originally posted. The System_printf function requires a debugger such as the MMWAVEICBOOST to be connected since it prints out to the debugger's console log. As an alternative, you can receive messages over UART using the DebugP_log0 or sprintf function. These should print out to the application COM port.

    Regards,

    Kristien