Hi,
I downloaded the THRLOAD lib which is part of the RF modules.
I tried to take the code from the cpuload test project and integrate into a CCS v4 project I have.
Everything is compiling fine except that it can't find logTrace (this is defined as an extern function in cpuload.c).
The only reference I found for the function is in a .cdb file under C:\Program Files (x86)\rf_modules\ti\rf\test\thrload\cpuload_64_Dsk6416. Based on timestamp, the Dsk6416 directory was built as a result of the CCS build, so the .cdb file is either auto-generated, or was copied from somewhere.
My question is, where is the logTrace function defined, so that I can copy that function into my independent CCS v4 project.
Thanks, Peter