2015-05-07 07:42 AM
Is a bootloader possible through CAN interface? Any tips?
Thanks.2015-05-07 09:18 AM
> Is a bootloader possible through CAN interface? Any tips?
Two of them :)2015-05-07 10:53 AM
You can make your own boot loader do anything you want, the ROM based System Loader has a specific protocol/function and is supported by a subset of STM32 parts.
CAN as a protocol has a very small payload, this might make flashing over it more tedious/involved compared to other methods.