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.

ccs5 to ccs6 project port

Other Parts Discussed in Thread: MSP430WARE

Hi 

We have ccs project working perfectly in ccs5  but with the ccs upgrade it is not able to find some of the files like rtc.h,uart.h,wdt.h and thei think the new ccs has files like rtc_a.h but not rtc.h and all the apis used in the files ae changed with _a extension like

RTC_startClock() is changed to RTC_A_startClock()  so do i need to change all the apI wit newer one or I can put the rtc.h and other missing files in include folder?

  • Hi nimesh,

    Is your project using driverlib, and the MSP430ware/driverlib version changed when you changed IDE versions?

    I would personally really recommend using the latest driverlib version if possible, as it will have all of the latest bugfixes and improvements. However, if you really don't want to change anything about your code (maybe b/c you already have released some parts with this code, etc) I think you should be able to copy the old driverlib source files you were using into your project if you want to keep using those.

    Regards,

    Katie

**Attention** This is a public forum