-
Notifications
You must be signed in to change notification settings - Fork 142
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 not Recognized #214
Comments
This is a very common problem. Could you check the pull-up resistors on the USB data lines? If you don't have the proper equipment, the marking would help. It should be 1k5, however, some clones use 4k7 or 10k resistors. Best regards, |
Also try to erase the chip prior to flashing it. This helped me once. |
If flashing through usb-uart bin file it fails to recognize. You need bootloader.bin, wich not included in release. You can build it from sources and flash. Doc is a bit outdated |
@al-ship bootloader is included into .hex file. |
OK, thank you! But wiki says that "Make sure to use the .bin version." |
Yeah, there is a mistake in Linux guide |
Just got bitten by this, and can confirm: if you're trying to flash FreeJoy into a fresh Blue Pill, you need to use: st-flash --format ihex write FreeJoy_v1_7_1b3.hex Using FreeJoy_v1_7_jb3.bin instead of hex resulted in BluePill that wouldn't get enumerated when connected to USB. |
Is it possible to get this running on non blue pill board? Like STM32F107RCT6 |
After flashing the firmware in blue pill, I try to connect it via USB which is not recognized by the computer. Kindly Help me out
The text was updated successfully, but these errors were encountered: