Tool/software: TI-RTOS
Hi,
I am using the SPI driver provided by TI.
In CFG file, I see the following option:
var Spi = xdc.loadPackage('ti.drv.spi');
Spi.Settings.enableProfiling = true;
I want to know what exactly is use of making Spi.Settings.enableProfiling = true;
Will this enable the profiling option for SPI driver functions. And can this option be used for other TI provided drivers as well?