-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Problem to burn bluepill_f103c8 via UART (arduino) #14
Comments
Could you run it with |
today later - when be at home |
To be precise - "bluepill_f103c8" is mbed platform and the only upload protocol that it supports now is stlink. I guess "stm32f103c8t6" is stm32duino platform. |
so for now there is no official support of bluepill_f103c8 with arduino (stm32duino):
code:
|
It is supported in both mbed and stm32duino. Please disregard my comment, I think I messed up stm32duino board name with mbed target name. |
connected via UART to pins A9, A10 (that is able to burn it from CLI as in first comment) |
@justgook Could you try |
Error: Unknown board ID 'stm32f103c8t6' |
@justgook please sorry, it should be |
Totally same result:
Did I mention that I`m using macOS Sierra 10.12.1? |
You need to set upload protocol in platformio ini. For example, if you want to use STM32 serial, you need to write this line into platformio.ini:
|
btw is there somewhere DFU manual - how to enable it and how to use it ? |
You just need to set upload protocol as dfu and it should be fine. |
need to check later at home.. |
@ubis that is not good workflow. Some protocol should be set by default when user didn't specify it. |
Yeah, actually I had "serial" protocol as default back then, but I removed it when it was merged into this repo. So yeah, "serial" protocol could be used by default. |
Thanks, I'll fix it. I'm just working on refactoring the support for Arduino/stm32. Need to move all tools from framework package to own OS related packages where our package manager will automatically handle them. I'll report here about results. |
Development platform will be released today. |
just downloaded
|
@justgook could you re-test the latest dev version? #9 (comment) |
im at work - I'll test it when ill get home |
PIO Remote will resolve this issue and will allow to work with home's hardware from a work 😊 |
But then i do same with CLI:
and that burns normally
for mbed - for now no success at all..
The text was updated successfully, but these errors were encountered: