Tool/software: Code Composer Studio
For a project, our group has to convert analog measurement into digital data. We are using the Tiva C Series TM4C123GH6PM. How do we use Code Composer Studio to not only digitize the analog values, but to store those values as well. Our plan was to connect the output of a photo diode into the analog input pins of the micro controller and use the Tiva's ADC feature to digitize the analog values. However, we need some guidance as to how we can do so in Code Composer Studio. Lab 5 of the Tiva C Series TM4C123G LaunchPad Workshop deals with the ADC however they're dealing with data from the on-chip temperature sensor.
Thank you.