seesoe 0 Posted November 9, 2014 Share Posted November 9, 2014 Hello, I have a small remote based on the MSP430G2203 that i'm trying to clean and build but i'm getting missing driverlib and uart header files. what compiler do i use to include these? i'm using Code Composer Studio 6.01 and TI compiler 4.3.3 I have attached the project zip file below. Remote.zip Quote Link to post Share on other sites
rampadc 29 Posted November 9, 2014 Share Posted November 9, 2014 TI CCS is indeed the correct IDE for you to use. To use driverlib, I think you need to have MSP430ware installed. Go to CCS App Centre and check whether it's installed. If not, download it. Quote Link to post Share on other sites
seesoe 0 Posted November 9, 2014 Author Share Posted November 9, 2014 Thanks for the pointer rampadc, I made sure it was installed and I was able to use the documentation for it to include it in my project. However, which drivelib do I use for the msp430g2203? msp430f5xx_6xx, msp430fr2xx_4xx, msp430fr5xx_6xx..... Also I could not find the uart.h file anywhere in the msp430ware folder. I was able to find usci_uart.h, is that the same as uart.h? Thanks for any help in advance, sorry if these are very trivial questions Quote Link to post Share on other sites
rampadc 29 Posted November 10, 2014 Share Posted November 10, 2014 Whoops I didn't read your original post carefully. You can't use driverlib for the G2203. The library doesn't support the G family. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.