Hi
When I include csl_timer.h I get the error
"C:/CCStudio_v3.3/C6000/csl/include/csl_chiphal.h", line 267: fatal error: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201)
When I looked at csl_chiphal.h, the DM648 is not present. I believe csl_timer.h must be a legacy CSL app. Could you tell me what replaces it?
I suppose I could replace TIMER_getCount() with CLK_gethtime and CLK_getltime.
Is there a document that maps the old DM642 csl modules to the DM648? I'm trying to migrate DM642 code the DM648 and I'm running into a lot of errors like the above with I include csl_XXXX.h files.
Thx