mxcd / CANnon

A versatile CAN bootloader for the STM32 and friends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CANnon

A versatile CAN bootloader for the STM32 and friends

Why would anyone name a bootloader CANnon?

Well, there are several reasons for that:

  • First off, there is the historical approach: a bootloader (or bootstrap loader) is named after the saying "to pull oneself up by one's bootstraps". Then there was this other guy named Baron Munchausen, who famously pulled himself out of the swamp by his pigtail. Munchausen was also good at riding cannon balls, so there you have it.
  • Secondly, it is supposed to load the program on the micro controller via CAN. CANnon... you get it
  • Thirdly, we are shooting some .bin files at the controller, so that seemed legit.
Modules

The CANnon bootloader consists of two modules:

  • The CANnon that shoots the CANonball (.bin file) at the target
  • The target code that accepts what the CANon shoots at it

About

A versatile CAN bootloader for the STM32 and friends

License:Apache License 2.0


Languages

Language:C 98.4%Language:Assembly 1.1%Language:C++ 0.4%Language:Makefile 0.1%Language:M4 0.0%Language:Shell 0.0%