Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI C/C++ Compiler
Hi TI Team,
We are using IWR6843ISKODS + MMWAVEBOOST in our application. We are using 68xx_Sense_and_Direct_HVAC_Control demo. We would like to enable logs from the g_track module to print on the console.
We found that already g_track module has one log function gtrack_log().
#ifdef GTRACK_LOG_ENABLED
if(inst->verbose & VERBOSE_WARNING_INFO)
gtrack_log(GTRACK_VERBOSE_WARNING, "Frame #%llu, %u Target(s), %hu Measurements\n", inst->heartBeat, gtrack_listGetCount(&inst->activeList), mNum);
#endif
Keen to learn how to enable the logs in the gtrack module using gtrack_log() function to the uart console
Please help regarding this
Regards
Sudharshan