2017-04-04 06:08 AM
Hi,
I want to use multi channel SDADC in STM32F373.
First,
Can I use Multi channel in SDADC1 using regular conversions?
In case of SARADC, it is operating scan mode. But i can't find scan mode in SDADC.
Second,
If regular conversions is not provide scan mode,
only injection mode provide
Multi channel?
Third,
There is no example code about Multi channel SDADC.
Can you give me some example code using
Multi channel SDADC?
#stm32f373 #sdadc2017-04-04 06:44 AM
Hi,
You can refer to the
and
Application note Getting started with STM32F37x/38x SDADC (Sigma-Delta ADC)
The
SDADC examples are available as part of
theSTM32F373 SDADC
package and Standard Peripheral Library STSW-STM32115 following the UM1565 'Description of STM32F37xx/38xx Standard Peripheral Library' to have more details on how to use this driver.
You'll probably want to review SDADC examples as you can find under STM32CubeF3 firmware:
STM32Cube_FW_F3_V1.6.0\STM32Cube_FW_F3_V1.7.0\Projects\STM32373C_EVAL\Examples\SDADC
Hope this help you.
Imen
2017-04-04 09:18 AM
Thank Imen D
I saw your app note and example code.
But i can't find about multi channel using one sdadc