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.

CCS 6.1 has TSCL error

Other Parts Discussed in Thread: 66AK2H12

Hi,

I have old project running on CCS 5.4 with MCSDK 2, now I am porting the old project to CCS 6.1 with MCSDK 3. 

I defined TSCL as "extern volatile unsigned int cregister TSCL" but when I want to assign it to uint32_t variable = TSCL in the same file, I got error as "Symbol 'TSCL' could not be resolved"

I did not get this error when I compile with the old project with old CCS.  I think it's may has something to do with compiler or linker or target......

I am choosing device 66AK2H12 with compiler TI v8.1.0. C6000 Linker

v/r

Yoyo