-
Notifications
You must be signed in to change notification settings - Fork 328
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
STM32F446 example for usb #210
Comments
The same on stm32f412z |
correct work on f411:-|6|SRQ/CIDSCHG/PTXFE/EOPF/USBSUSP/ESUSP/NPTXFE/ |269|PTXFE/EOPF/USBRST/NPTXFE/RXFLVL//R/ -|411|PTXFE/EOPF/NPTXFE/RXFLVL/SOF/ |412|PTXFE/EOPF/NPTXFE/RXFLVL/ |
incorrect work on f412:Numbers are milliseconds. |487|PTXFE/EOPF/NPTXFE/RXFLVL/ |736|PTXFE/EOPF/NPTXFE/RXFLVL/SOF/ |
Having a hard time to get stm32f446 usb to work with the library. Tried to adapt the cdcacm example for F429 discovery and by changing OTG_FS_GCCFG &= ~OTG_GCCFG_VBDEN in the usb_f107.c file (to disable vbus detection). Looking forward for an example code to start with usb devices on 446 (More of a feature request:)
The text was updated successfully, but these errors were encountered: