You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the PinMap_ADC are several lines like: //{PB_0, ADCSD1,STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, A6P, 0)}, // SDADC1_AIN6P
What is the meaining of this?
I first thought those lines belong to the SDADC, for example in the STM32F373. But uncomment a line leads to errors. First ADCSD1 seem nowhere to be defined. Changing this to SDADC1 throws an error about A6P is not defined.
In which case are these lines to be used?
Thanks.
The text was updated successfully, but these errors were encountered:
michsens
changed the title
What is the meaning of ADCSD in the Peripherial.c
What is the meaning of ADCSD in the PeripherialPins.c
Oct 31, 2019
Hello,
in the PinMap_ADC are several lines like:
//{PB_0, ADCSD1,STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, A6P, 0)}, // SDADC1_AIN6P
What is the meaining of this?
I first thought those lines belong to the SDADC, for example in the STM32F373. But uncomment a line leads to errors. First ADCSD1 seem nowhere to be defined. Changing this to SDADC1 throws an error about A6P is not defined.
In which case are these lines to be used?
Thanks.
The text was updated successfully, but these errors were encountered: