-
Notifications
You must be signed in to change notification settings - Fork 1k
package STM32CubeProgrammer CLI #675
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
Comments
Hi @MauroMombelli |
Dear, First of all, thanks for your great work in the Arduino world :) Then, my position will be a bit different from the previous comment in a way that i want the old serial upload method to get back! In fact, i just want to use my regular USB serial converter (e.g CP2102) to upload code to my stm32 (serial + boot0 setup) ... WITHOUT the stm32CubeProgammer software i don't want to hear about. Additionally, i absolutely agree with the previous comment about the fact the Arduino env ought to get simple enough to allow you to program your devices without any additional software (with or without liences). Best regards |
Hi @fthiebolt With this method each one can use the tool he wants. 😉 |
Bonsoir Frédéric, You're right, BSFrance is a small company selling great little boards featuring a LoRa module our University buy ... and i teach my students and colleagues how to develop devices with Arduino (hence the variant) :) Ok, i will have a look on how to add stm32flash (serial uploader) for these boards. Now, generally speaking, it's not because your car is unable to climb a mountain that you ought to force everyone not to use it ... sometime you just live in a flat land ;) |
Bonsoir, And my car climbs well in the mountains, the most difficult is not to climb, but to find a beautiful road to satisfy all passengers, which is sometimes very complicated. Byebye |
my user experience: Arduino asked me update the plugin, why not? Well, because now it wont upload anymore, as i need this tool. And this is me, that I know what a path is, comfortable editing configuration file by hand, and used to the ST website. With cube, with old tool, i dont really care what is under the hood, as long as it just work |
@MauroMombelli
I remember you already submit issue and your config was not correct: As you said yourself you are comfortable that's nice. A typical Arduino user will mainly use a ST board which support mass storage upload method and that's all. At this time it's 22:00 and working at home so time to stop. |
please note io started from a fresh install, arduino 1.8.9 on linux, if that maybe could be the issue. not gonna open another issue as I guess make no sense to back-patch 1.5.0, but is nice is documented somewhere in case someone hit this bug.
oh, didn't know this has been added, just tested and found an strange behavior, see stm32duino/Arduino_Tools#41 not my fault if i am a magnet for issue :) |
I've tested and it works. I don't know why you met all this issue but this is related to your environment. |
Arduino is supposed to be a beginner friendly and hassle free platform for beginner.
Having to manually install 3rd part tool not only is inconvenient, but there is also a problem understanding witch version of the tool should be used with what version of the core, in case future incompatibility/support will be introduced in future.
Describe the solution you'd like
Add STM32CubeProgrammer required binary in the core
Describe alternatives you've considered
if that is not possible (licence?) add back old tools
The text was updated successfully, but these errors were encountered: