cancel
Showing results for 
Search instead for 
Did you mean: 

Write firmware to an STM32 via CAN

BRENO NASCIMENTO SANTOS1
Associate III

Hello community members.

I would like to know if it is possible to write firmware to an STM32 via CAN bus?

I intend to implement something for this purpose.

1 ACCEPTED SOLUTION

Accepted Solutions

Which STM32? There's hundreds at this point.

You can write your own firmware/loader to implement all manner of methods. You've got some existing experience with CAN, and a means to deliver data?

The ROM based loader on several STM32 models support CAN, and STM32 Cuibe Programmer supports it via ST-LINK/V3SET

Check the AN2606 Application Note for baseline information about which STM32 models support what methods. There should be another App Note, or Manual on the CAN protocol/methods

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

3 REPLIES 3

Which STM32? There's hundreds at this point.

You can write your own firmware/loader to implement all manner of methods. You've got some existing experience with CAN, and a means to deliver data?

The ROM based loader on several STM32 models support CAN, and STM32 Cuibe Programmer supports it via ST-LINK/V3SET

Check the AN2606 Application Note for baseline information about which STM32 models support what methods. There should be another App Note, or Manual on the CAN protocol/methods

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thank you very much for the tip @Community member​