This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

STM32F3 analog-digital converter

Hello.
I am using a STM32F303 development board and i am trying to use the 4 ADCs that incorporates.My first question is it's possible to use the 4 ADCs in the same time?. I want to measure four voltages variating from 0 to 3.6v on one analog input of each ADC.If anyone has an idea about how to do, i will be very grateful.
Best Regards

Parents
  • Does the processor documentation say it has four ADC, or that it has one ADC with four different processor pins that can be multiplexed in? That will obviously be the answer to if it can measure four signals at the same time, or if you need to measure 1, then 2, then 3, then 4 then 1 again.

    A hint here is that you need to read that part of the processor documentation when you are going to write the code.

Reply
  • Does the processor documentation say it has four ADC, or that it has one ADC with four different processor pins that can be multiplexed in? That will obviously be the answer to if it can measure four signals at the same time, or if you need to measure 1, then 2, then 3, then 4 then 1 again.

    A hint here is that you need to read that part of the processor documentation when you are going to write the code.

Children