Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STM32F4's GPIO_OTGFS_ID conflict with GPIO_USART1_RX_1 #32

Open
lijieamd opened this issue Aug 28, 2018 · 0 comments
Open

STM32F4's GPIO_OTGFS_ID conflict with GPIO_USART1_RX_1 #32

lijieamd opened this issue Aug 28, 2018 · 0 comments
Assignees
Labels

Comments

@lijieamd
Copy link

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

@dagar dagar added the bug label Jan 2, 2019
PX4BuildBot pushed a commit that referenced this issue Jan 5, 2020
Author: Alan Carvalho de Assis <acassis@gmail.com>

    Run all .h and .c files modified in last PR through nxstyle.

Author: Xiang Xiao <xiaoxiang@xiaomi.com>

    Fix stm32l4_otgfshost.c: error: 'ret' undeclared (#32)

    result by commit 6a3c2ad

    Change-Id: I68ba79417d8da102da8d91c74496961aef242dd9
    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants