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.

#7 unrecognized token error

Other Parts Discussed in Thread: MSP430F2410

Hi i am porting IAR code to CCS v 5.5.

Code Builds fine in IAR

Getting the below error in CCS

====================

#7 unrecognized token error

====================

for the line below.

=================

__attribute__((noinit))  volatile WORD TxCTL   @ TXCTL_ADDRESS;       // Timer control register.

=================

It also says Bad character sequence encountered: @

How to make this code compatible with CCS?