cancel
Showing results for 
Search instead for 
Did you mean: 

Are there STM32 chips that can be programmed over CAN?

MOstl.1
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

Yes. Please have a look into AN2606, where you will find all related families of STM32 supporting this using the built-in bootloader.

Good luck!

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

3 REPLIES 3
Peter BENSCH
ST Employee

Yes. Please have a look into AN2606, where you will find all related families of STM32 supporting this using the built-in bootloader.

Good luck!

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Ozone
Lead

I would suggest a custom bootloader instead.

CAN has quite a lot of protocol overhead, and limited baudrate. I doubt CAN-FD is supported in system BL mode.

So, CAN would be a very sub-optimal choice for programming during the production process.

Thank you very much!