What is the meaning of ADCSD in the PeripherialPins.c
michsens opened this issue · 1 comments
michsens commented
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.
fpistm commented
Well, the PeripheralPins is generate thanks a script and it does not properly manage this.
They should not be in ADC array.