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
And simply add a new interface (protocol): jlink then in the script simply call it with correct option.
About the fact it is not in the menu, this is an Arduino IDE issue. You have to delete the cache.
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
Activity
fpistm commentedon Jul 18, 2024
Hi @jamesy0ung
Feel free to contribute and provide a PR.
jamesy0ung commentedon Jul 18, 2024
I haven't done any work on Arduino cores before, but I got the STM32CubeProgrammer CLI working by using the following flag.
-c port=JLINK ap=0
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?
fpistm commentedon Jul 18, 2024
I would recommend to check the script:
https://github.com/stm32duino/Arduino_Tools/blob/main/stm32CubeProg.sh
And simply add a new interface (protocol): jlink then in the script simply call it with correct option.
About the fact it is not in the menu, this is an Arduino IDE issue. You have to delete the cache.
Path:
$HOME/.config/arduino-ide/
C:\Users\<login>\AppData\Roaming\arduino-ide
jamesy0ung commentedon Jul 18, 2024
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
fpistm commentedon Jul 18, 2024
Thanks @jamesy0ung for the PR's.
I will try on my side and see if it is OK for other series.
I never used J-Link so have to ramp-up.
Amir1387aht2 commentedon Sep 29, 2024
Guys Any New Info? I Wanna Use Jlink Flasher And There's No Straight Option