Skip to content
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 for STM32F1 #2455

Merged
merged 1 commit into from
Oct 2, 2024
Merged

J-Link Support for STM32F1 #2455

merged 1 commit into from
Oct 2, 2024

Conversation

jamesy0ung
Copy link
Contributor

@jamesy0ung jamesy0ung commented Jul 18, 2024

Summary

This PR implements the support for using a STM32CubeProgrammer with a J-Link from the Arduino IDE

Explain the motivation for making this change. What existing problem does the pull request solve?

I have a J-Link probe and can use it directly in STM32CubeProgrammer, but not in the Arduino IDE

Validation

I tested it and it works, doesn't seem to break anything else.

close #2452

boards.txt Outdated Show resolved Hide resolved
@fpistm fpistm added the enhancement New feature or request label Jul 18, 2024
@fpistm fpistm added this to the 2.9.0 milestone Oct 2, 2024
Signed-off-by: James Young <[email protected]>
Co-authored-by: Frederic Pillon <[email protected]>
@fpistm
Copy link
Member

fpistm commented Oct 2, 2024

Tested using a Nucleo L476RG with ST-Link upgraded to J-Link following this:
https://www.segger.com/products/debug-probes/j-link/models/other-j-links/st-link-on-board/

Requires stm32duino/Arduino_Tools#101

@fpistm fpistm merged commit 822d249 into stm32duino:main Oct 2, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

J-Link support when using STM32CubeProgrammer
2 participants