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.

Compiler/AWR1642: How to output debug log by using uart from gtrack lib

Part Number: AWR1642

Tool/software: TI C/C++ Compiler

Hi,

I want to get the output message by uart from gtrack library.

I tried to add the cli library to gtrack , and build the gtrack library.

After modifying the gtracklib.mak file and build the gtrack library, the result of building is error.

(C:\ti\mmwave_sdk_02_01_00_04\packages\ti\alg\gtrack\gtracklib.mak)

How can I correctly import cli lib and compile gtrack successfully ?

Or is there an example?

Thanks

mmwave sdk version :2.1.0.4

refernece post: https://e2e.ti.com/support/sensors/f/1023/t/806833?tisearch=e2e-sitesearch&keymatch=gtrack%2520lib

  • Hi Kris,

    As per other thread you mentioned, replace gtrack_log with UART_write or UART_writePolling function.

    But make sure that you have configured the UART driver before that.

    Please refer the UART test application for reference code to write data over UART and all the initializations.

    Regards,

    Jitendra