STM32F7: why some specific GPIO pins don't work?
Hello everyone,
I'm using USART3 on F746, but only RX/TX pins which are mapped to pins PD8/PD9.
Besides that, I want to configure general output to pins PD10/PD11 (to control LEDs), but they don't work when I try to control them. I looked up the AF mapping for the chip and can see that these pins fall into "USART pin domain" (PD10 = USART3_CK, PD11 = USART3_CTS). Can this prevent me from using them as GPIO_MODE_OUTPUT_PP? Is this documented in any paper? Because I didn't find any such limitations in reference/datasheet and thought that I might program those independently.
Thanks!
Vladimir
