-
Notifications
You must be signed in to change notification settings - Fork 64
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
Is your F4 a F401CCU6? How much Mhz crystal is he? Your firmware usb doesn't work #171
Comments
I don't have the f103c8t6 board to test anymore |
How did you compiled it? By the way... have you tried grounding PIN B5? That's the Emergency stop. If left unconnected it will lock the firmware for safety reasons. That can be modified via config file. |
The problem is that the usb is not correctly recognized, is your crystal 25MHZ? Tried the precompiled v1.4.2 uCNC-USB-STM32F4-Blackpill.bin you posted in git, and PB5 grounded, and compiled with vscode, and enabled DISABLE_ALL_CONTROLS |
In about an hour I'll be able to test it and let you know. I think it is 25Mhz. |
Also tried with STM32CubeProgrammer in DFU mode and again all worked. |
I bought a f103c8t6 today, it's on the way, it will arrive the day after tomorrow |
what did you use to upload the firmware? |
Tried both with usb dfu and serial port with STM32CubeProgrammer |
I have a little knowledge of microcontrollers, the PC13 LED is on means it is indeed running |
In your program, does the PC13 LED light flash as long as it is plugged in without any communication? |
If you don't have the STM32duino installed for Arduino IDE please read the wiki tutorial |
Thanks, I will try again when my C8T6 arrives |
Hello, after experiments, the firmware burning of the F103c8t6 version I purchased works normally |
I'll try him on my machine and see how he performs |
Thanks let me know if you find something off or bugged and I'll try to fix it ASAP. |
The program seems to be running? The PC13 light is on, but it is an unknown USB device. It is certain that there is no problem with my usb virtual serial port (I have tried grblhal's f401 firmware and he has no problem)
The text was updated successfully, but these errors were encountered: