NUCLEO-H723 adc on port A #11341
Unanswered
brave-ulysses
asked this question in
STM32 / Pyboard
Replies: 2 comments 1 reply
-
PA0, PA3 adc pin definitions in csv file don't match stm doc |
Beta Was this translation helpful? Give feedback.
0 replies
-
submitted: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
anyone had success using PA0/3 for adc input? the inputs on PC0/3 work as expected
using MicroPython v1.19.1-992-g38e7b842c-dirty on 2023-04-25; FJ_H723 with STM32H723ZGT6
verified 2.5v on PA0; read_u16 returns ~1400
af pin functions. looks like any one of the 3 adc units can be mapped to these pins
grep P[AC][03] stm32h723_af.csv
PortA,PA0,,TIM2_CH1/TIM2_ETR,TIM5_CH1,TIM8_ETR,TIM15_BKIN,SPI6_NSS/I2S6_WS,,USART2_CTS/USART2_NSS,UART4_TX,SDMMC2_CMD,SAI4_SD_B,ETH_MII_CRS,FMC_A19,,,EVENTOUT,ADC123_IN0
PortA,PA3,,TIM2_CH4,TIM5_CH4,LPTIM5_OUT,TIM15_CH2,I2S6_MCK,OCTOSPIM_P1_IO2,USART2_RX,,LCD_B2,OTG_HS_ULPI_D0,ETH_MII_COL,OCTOSPIM_P1_CLK,,LCD_B5,EVENTOUT,ADC123_IN3
PortC,PC0,,FMC_D12/FMC_AD12,,DFSDM1_CKIN0,,,DFSDM1_DATIN4,,SAI4_FS_B,FMC_A25,OTG_HS_ULPI_STP,LCD_G2,FMC_SDNWE,,LCD_R5,EVENTOUT,ADC123_IN10
PortC,PC3,PWR_SLEEP,,,DFSDM1_DATIN1,OCTOSPIM_P1_IO6,SPI2_MOSI/I2S2_SDO,,,,OCTOSPIM_P1_IO0,OTG_HS_ULPI_NXT,ETH_MII_TX_CLK,FMC_SDCKE0,,,EVENTOUT,ADC123_IN13
Beta Was this translation helpful? Give feedback.
All reactions