Hi Everyone!
I am a newbie on the MCU world and have recently been facing some problems with header files. The book I am using to teach myself has codes written for the IAR kickstart IDE whereas I am using CCS v4.
Certain header files like the io430.h is not there in CCS, which carries msp430.h instead. However, the CCS compiler does recognize certain "user friendly and readable" codes like-- TACTL_bit. TAIF, and I have to use masking, which gets tedious.
Therefore, I was wondering whether I can import the io430.h header into my project in CCS. If yes, how? Also, will importing io430.h and #include -ing with msp430.h cause any conflicts?
On a general note, is there any internet website from where one can get header files?
Thanks,
UE