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.

How to use Load_getCPULoad() in TI-RTOS driver program?

Other Parts Discussed in Thread: SYSBIOS

Hi

I am trying to use Load_getCPULoad() routine, to measure CPU load, as in uartConsole example, but, until now, unsuccessfully.

My program is a driver program under TI-RTOS 2.10.1.38.

I copied the file Load.c into my program, plus the Load.h header, but, linker still complaining of absent modules:

undefined symbol:  ti_sysbios_utils_Load_Module__state__V

Perhaps I need to include more header files.

Can someone guide me in this task?

Thanks

Sergio