oresat / oresat-firmware

OreSat firmware based on ChibiOS for M0 and M4 microcontrollers
GNU General Public License v3.0
36 stars 13 forks source link

C3 CAN bootloader support for F0s #76

Closed andrewgreenberg closed 3 months ago

andrewgreenberg commented 2 years ago

All F0s have a CAN bootloader built into them that talks the STM32 CAN bootloader protocol. It's a software implementation of what is usually in the hardware for CAN bootloaders in STM32s. However, our F091s don't have that. So we did in software. This has been tested by Dave; now we need the ability to write to the firmware over CAN from a file on the eMMC.

ryanpdx commented 3 months ago

No longer relevant to this repo