NEW STUFF
process
resources
compiler stuff
Saturday, November 19, 2022
- What Mirai worked on
- choosing creating our own bootloader inserted of modifying MCUboot
- Trying to program something that → boot up main and type a command to UART console - then boot up from a different memory location - so not necessarily two different two STM32 applications but going back and forth two functions at two different memory locations.
- Then try booting two different STM32 projects from different memory locations
Saturday, November 5, 2022
@Mirai SHINJO add your notes about the STM32 “super simple bootloader” series here
Yong Da and Mirai
- started the project
- did some research, convinced ourselves that it’s possible
- need to go through STM32 tutorials about modifying the RAM loader and other stuff to make it happen
Saturday, January 7th 2023
@Mirai SHINJO work in progres
Jan 7th & 8th, 2023
- re-starting from scratch
- following the video tutorial series from STM32
- Check RAM allocation in linker script, make sure there is no waste
- Should disable intereupts and restore all the settings before jumping to App
- nothing fancy so far, just a basic bootloader
FINCH-pay-elec-testing/bootloader-v0 at main · utat-ss/FINCH-pay-elec-testing
# nucleo-h743zi2-bootloader-v0
## Jan 7th & 8th, 2023
* re-starting from scratch
* following the [video tutorial series](<https://www.youtube.com/playlist?list=PLnMKNibPkDnEb1sphpdFJ3bR9dNy7S6mO>) from STM32
* Check RAM allocation in linker script, make sure there is no waste
* Should disable intereupts and restore all the settings before jumping to App
* nothing fancy so far, just a basic bootloader