Pull-down resistors on ADC pins on STM32H563RGTx
Is the pull down resistors on PA7 and PC1 necessary or can I skip these? (These pins are SPI2 MOSI)
The reason why I ask is because I need to use the ADC functionality of these pins, but with the pull down resistors it's messing up my ADC readings, so it would be good to be able to exclude these pull down resistors.
From the STM32 bootloader documentation:
It is recommended to keep the RX pins of unused bootloader interfaces (USART_RX, SPI_MOSI and CAN_RX) at a known (low or high) level at the startup of the bootloader (detection phase). Leaving these pins floating during the detection phase might lead to activating unused interfaces.
