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?