You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using an STM32F103C8T6(fake) Blue pill. It has 1.5k at r10. But it still doesn't connect to flash loader demonstrator. As i have a working stlink v2, i overcame this by connecting it to st link utility and flashing the bootloader binary.
But i wasnt able the code to upload this via DFU. so i gave up on that and moved to platform.io
In platform.io i realised that the MC is a FAKE with id 0x2b01477.
So i adjusted the platform.ini folder to this.
[env:genericSTM32F103C8]
platform = ststm32
board = genericSTM32F103C8
framework = arduino
board_build.core = maple
upload_flags = -c set CPUTAPID 0x2ba01477
lib_deps =
arpruss/USBComposite for STM32F1@^1.0.7
I used the same code i the instructable and uploaded the code to blue pill via STLINK and it worked.
The bluepill showed up as “maple” in my Joy.cpl when i connected it with the computer i uploaed the code from using a USB cable.
But the issue is that when i connect my bluepill to any other computer it doesnt show up in joy.cpl instead it shows up as Unknown usb device (Device descripter request failed).
However it works perfectly on the system i am using. i have tried installing drivers mentioned in the instructable on other computers but that also doesn't work.
Do anyone know why this is happening and any possible solutions?
Thank you.
The text was updated successfully, but these errors were encountered:
Did you check R10 on board? I spend a lot of time, and wreck some boards before i am realize: the problem is in the hardware. Add right resistor to board and now all works like a charm.
Hi,
I am using an STM32F103C8T6(fake) Blue pill. It has 1.5k at r10. But it still doesn't connect to flash loader demonstrator. As i have a working stlink v2, i overcame this by connecting it to st link utility and flashing the bootloader binary.
As i want to use the MC as a joystick. I used Arpruss composite library and followed steps from this instructable: https://www.instructables.com/Gamecube-Controller-USB-Adapter-and-Getting-Starte/
But i wasnt able the code to upload this via DFU. so i gave up on that and moved to platform.io
In platform.io i realised that the MC is a FAKE with id 0x2b01477.
So i adjusted the platform.ini folder to this.
I used the same code i the instructable and uploaded the code to blue pill via STLINK and it worked.
The bluepill showed up as “maple” in my Joy.cpl when i connected it with the computer i uploaed the code from using a USB cable.
But the issue is that when i connect my bluepill to any other computer it doesnt show up in joy.cpl instead it shows up as Unknown usb device (Device descripter request failed).
However it works perfectly on the system i am using. i have tried installing drivers mentioned in the instructable on other computers but that also doesn't work.
Do anyone know why this is happening and any possible solutions?
Thank you.
The text was updated successfully, but these errors were encountered: