2015-12-09 02:53 AM
can we use USART pin function given on alternate port simulteneously in STM32F4xxx. suppose USART2 pin function using PA2, PA3, and
same USART2 pin function using PD5, PD6, can be accessed simulteneously. #stm32f4xxx2015-12-09 08:26 AM
STM32F4xxx. can we use USART pin function given on alternate port simultaneously in STM32F4xxx. suppose USART2 pin function using PA2, PA3, and same USART2 pin function using PD5, PD6, can be accessed simultaneously.
The way the pin muxing works the TX function might allow you to output two streams, but RX will certainly fail.