Hello there. I got my Tiva C Launchpad 3 days ago. I am very new to MCU's. This is my first time to learn MCU.(I graduated from electrical-electronics engineering this year, I've got a beginner microcontroller lesson that includes basics of assembly and 8051)
I followed those steps;
Download and Install Code Composer Studio
Install TivaWare™ for C Series (Complete)
Install LM Flash Programmer
Then
from there, I wanted to do my Project.0 and then I was directed to there;
I clicked How to import TivaWare code examples & projects into Code Composer Studio
then I followed the instructions in here;
When I tried to insert driverlib by following steps below,
1) Select the “Import Existing CCS/CCE Eclipse Project” option from the Project menu
in the IDE
2) The “Import” dialog box appears. Browse to the root directory of driver library
(C:\ti\TivaWare_C_Series-1.0\driverlib).
driverlib icon is appearing but there is a little warning icon near it.
I've got an error like this;
Description Resource Path Location Type
This project was created using a version of compiler that is not currently installed: 4.9.5 [ARM]. Another version of the compiler will be used during build: 5.0.6. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties. driverlib properties Problems
What I need to do? Thanks for help.