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

Upload .elf file by default for jlink upload method #12

Open
shlomozippel opened this issue Feb 3, 2023 · 0 comments
Open

Upload .elf file by default for jlink upload method #12

shlomozippel opened this issue Feb 3, 2023 · 0 comments

Comments

@shlomozippel
Copy link

The current J-Link upload code always uploads the .bin file at offset 0 (if no offset is specified in upload.offset_address). The .elf file contains the correct program offset and JLink flashes the code to the correct location when .elf file is passed in instead of the current default .bin file.

I noticed a similar fix in platform-stm32. This should probably be the default anytime JLink is the upload method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant