我们在开发中使用CSL_tscRead读取系统时间时,有时读到的时间是0,请问如何解决这个问题;例外TSC寄存器的使用在那篇文档中有讲述,能够提供相应的文档,谢谢! TMS320C66x DSP CPU and Instruction Set Reference Guide 2.9.13节
This is likely to happen if the variable used to store the value of CSL_tscRead () is not big enough to hold the returnd value and wrap around happens. but according to CSL Doxygen info, the prototype of concerned function is (csl_tsc.h) "CSL_Uint64 CSL_tscRead ...