Are there STM32 chips that can be programmed over CAN?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-01 10:07 PM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-01 10:43 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-01 10:43 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-01 10:54 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-02 11:32 AM
Thank you very much!
