-
Notifications
You must be signed in to change notification settings - Fork 982
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
J-Link support when using STM32CubeProgrammer #2452
Comments
Hi @jamesy0ung |
I haven't done any work on Arduino cores before, but I got the STM32CubeProgrammer CLI working by using the following flag. I tried to modify boards.txt to add support but I can't see it in the Arduino IDE as a programmer
Is there anything I'm missing? |
I would recommend to check the script: And simply add a new interface (protocol): jlink then in the script simply call it with correct option. Path:
|
I've opened 2 PR's One adds a case to the flashing script, and the other adds support under the STM32F1, I'll look into adding J-Link programmer support for other boards, but I don't have any other hardware to test with |
Thanks @jamesy0ung for the PR's. |
Guys Any New Info? I Wanna Use Jlink Flasher And There's No Straight Option |
STM32CubeProgrammer has support for J-Link probes, however the Arduino core only allows it to use SWD with ST-Link, DFU or UART
I'd like to be able to upload using a J-Link probe from the Arduino IDE. Thank you!
The text was updated successfully, but these errors were encountered: