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.

RTOS/TI-RTOS-PROC: Why there are only two ADC converters?

Part Number: TI-RTOS-PROC
Other Parts Discussed in Thread: TM4C123GH6PM

Tool/software: TI-RTOS

In TM4C123GH6PM there are two ADC (ADC0 and ADC1) Why not 3 or more and why not even 1? 

  • Hello embedded,

    While there are two ADC modules, there are 12 shared channels across the modules so in reality you have access to up to 12 ADC channels on the device, which can be controlled by two separate modules. The point of having two modules is to allow you to divide the 12 channels via different sampling schemes. Because of this structure, two modules with 12 channels was a good trade-off of available channels and flexibility to allow different sampling schemes.
  • Thank you for your answer.