Can somebody please guide me how can I use TMS3206416T's internal ADC? What configurations do i need to make before using it and what extra hardware I need to add to do it?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Can somebody please guide me how can I use TMS3206416T's internal ADC? What configurations do i need to make before using it and what extra hardware I need to add to do it?
All you need is provided as part of CCS 3.30 and C6416T EVM SW:
For HW info:
- The EVM tech reference and schematics provide info on the HW.
For SW example:
- The Board support library from Spectrum digtal provides an example
that make use of the ADC:
C:\CCStudio_v3.3\examples\dsk6xxx\bsl
- The audio DSP BIOS example is an audio loopback example using the Audio codec:
C:\CCStudio_v3.3\examples\dsk6xxx\bios\audio
...etc
Thanks for the help! I have looked some examples of Codec but it didn't answer me that how can I configure ADC's resolution. Btw I have CCS v3.1.
And about HW, what exactly I want to know is that in the data manual of AIC23 codec its written that there is a 35k Ohm input resistance and VDD should not exceed 3.3V. So what should i do that if I input a 3.3 V signal its voltage is not dropped to 0 across the input resistor.