NEW STUFF

process

resources

compiler stuff

Saturday, November 19, 2022

Saturday, November 5, 2022

@Mirai SHINJO add your notes about the STM32 “super simple bootloader” series here

Yong Da and Mirai

Saturday, January 7th 2023

@Mirai SHINJO work in progres

Jan 7th & 8th, 2023

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