So I have undertaken a project that requires a moderately fast processor so I picked the tm4c123g and bought the EK devlopment kit. I have downloaded CCS 6 and tivaware and have installed both. I find learning easiest with example which is why I'm good at the Arduino language (and it's easy). The examples in TivaWare I find quite poor for beginners to C for micro controllers and TivaWare. So I have spent a lot of time reading 3rd party material and have had a lot of hit and miss. I found the TM4C work book and found that okay however when I tried to copy and paste the ADC example it wouldn't compile due to not finding the include files. I followed the installation of CCS and TivaWare in this book. All I want is a good intro into using CCS and then a good reference for code when I get stuck.
What I am to do is use the micro to measure an analogue value and write it to a text file in SD card continuously ideally at the 1MHz the tm4c ADC is capable of or as close to that as possible.
The SD card example in TivaWare is only for reading an SD card and there isn't an ADC example.
Could someone help me with this?
Thanks