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
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: