在12月8日成都多核培训,IPC程序中
uint32_t i;
uint32_t coreID = CSL_chipReadReg (CSL_CHIP_DNUM);
TSCL = 0;
intcInit(); //init the intc CSL global data structures, enable global ISR
registerInterrupt(); //register the Host interrupt with the event
这个TSCL变量在哪个文件里面定义的,一直没有找到,它的作用是不是用来计运行周期的?
Andy Yin:
Jack,
您好TSCL是控制寄存器,用于记录当时的时刻cycle,在C6x.h中应该可以找到。该寄存器在C66X的指令手册中可以查到具体的描述。