Skip to content

Custom Bootloader #707

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

Closed
serkanc opened this issue Oct 16, 2019 · 1 comment
Closed

Custom Bootloader #707

serkanc opened this issue Oct 16, 2019 · 1 comment
Labels
question ❓ Usually converted as a discussion

Comments

@serkanc
Copy link

serkanc commented Oct 16, 2019

I Want to write custom bootloader for my project, to update flash via Sd card.
I will use stm32duino bootlader, but to make firmware update from sd, i want to jump to address end of stm32f103re before eeprom usage... How can I make applicaction for this bootloader, and how can I jump to this application address in application ?

@fpistm fpistm added the question ❓ Usually converted as a discussion label Oct 17, 2019
@fpistm
Copy link
Member

fpistm commented Oct 17, 2019

Hi @serkanc
here it is a place for STM32 core issue.
This is not a forum to talk about user application
The core provide a way to relocate binary (VECT_TAB offset) and related linker script that's all.
Your use case is not specifically related to Arduino API but more on HAL/LL and CMSIS usage.
This would be a god topic for the stm32duino.com forum but it is currently down (should be up and running befor end of the year) so I advise you to ask on ST community in a generic way.

@fpistm fpistm closed this as completed Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question ❓ Usually converted as a discussion
Projects
None yet
Development

No branches or pull requests

2 participants