We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, great project, it is working very well for me. I did notice these small issues when working with the STM32F40 that may be worth looking at:
TeenyUSB/demo/boards/stm32f407_evk/board.c
Lines 55 to 64 in 303431c
This comment does not reflect the actual pin numbers. Should be UART3 and PC11 and PC10
TeenyUSB/demo/boards/stm32f407_evk/board_config.h
Lines 115 to 121 in 303431c
Refer user manual page 30/34. I had to change this section of code to enable VBUS at the USB connector.
Thank you! Regards Ryan
The text was updated successfully, but these errors were encountered:
fix comment Confusing comment, issue #3
f157f0d
My 407 Evk board is this one, Waveshare EVK407I. The power switch use active low logic.
Thanks
Sorry, something went wrong.
Thank you, yes looks correct to that board. Nice work.
No branches or pull requests
Hello, great project, it is working very well for me. I did notice these small issues when working with the STM32F40 that may be worth looking at:
Confusing comment
TeenyUSB/demo/boards/stm32f407_evk/board.c
Lines 55 to 64 in 303431c
This comment does not reflect the actual pin numbers. Should be UART3 and PC11 and PC10
HOST_PORT_POWER_ON_FS should be active low?
TeenyUSB/demo/boards/stm32f407_evk/board_config.h
Lines 115 to 121 in 303431c
Refer user manual page 30/34. I had to change this section of code to enable VBUS at the USB connector.
Thank you!
Regards
Ryan
The text was updated successfully, but these errors were encountered: