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

USB #1

Open
ANH2018 opened this issue Aug 24, 2024 · 2 comments
Open

USB #1

ANH2018 opened this issue Aug 24, 2024 · 2 comments

Comments

@ANH2018
Copy link

ANH2018 commented Aug 24, 2024

Dear Ad.
I use this exemple:
PY32F072_Firmware-master\Projects\PY32F072-STK\Applications\USB_Device\USBD_Keyboard
and connect USB as: https://oshwhub.com/iosetting/py32f07x-lqfp64
PA11 -> D-
PA12 -> D+ ( PULL 1,5K VCC as : https://oshwhub.com/iosetting/py32f07x-lqfp64)
but when update code and push usb it show: the last usb device you connected malfunctioned .....
Pleased help me do it.
Thank you.

@ANH2018
Copy link
Author

ANH2018 commented Aug 24, 2024

@HalfSweet
if
PA11 -> D-
PA12 -> D+ ( PULL 1,5K VCC as : https://oshwhub.com/iosetting/py32f07x-lqfp64)
if no use PULL 1.5k D+ then nothing happens, no dectect usb.

@rinscr3003
Copy link
Contributor

It seems the USB protocol didn't run. Please check if the USB IRQ is available to handle USB communication. Pulling up D+ just means a signal to inform the host a device is connected but not equals to ANY USB communication is occuring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants