Deep 0 Posted February 5, 2015 Share Posted February 5, 2015 I want to use Tiva C with 430boosterpack.I tried some sample example codes available in Energia. and its working good. Energia has built in libraries for 430Boosterpack and SPI.But I am using Keil for my project programming.Can i use these libraries with Keil?????I tried to make project file in Keil with these libraries and copied .h and .c file in project folder. But there are some errors like "'Unknown identifier type 'class'". Quote Link to post Share on other sites
MMKC 0 Posted February 5, 2015 Share Posted February 5, 2015 Yes, You can use Energia library in Keil. "class" is type of C++ . There two ways: - define Energia library C++ to C.-use C++ and C in KeilYou have some define like this:Check C99Mode and --cppclick right file .cpp in Project -> Options for File File Type : C++ Goodluck 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.