NuttX icon indicating copy to clipboard operation
NuttX copied to clipboard

STM32F4's GPIO_OTGFS_ID conflict with GPIO_USART1_RX_1

Open lijieamd opened this issue 6 years ago • 0 comments

GPIO_OTGFS_ID pin was configured without any predefinition in OTG driver, but GPIO_USART1_RX_1 use the same pin was configured in low level startup before OTG driver initialization, so usart rx not work after OTG driver initialization

lijieamd avatar Aug 28 '18 04:08 lijieamd