"self downloading" firmware via USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-26 6:32 AM
Hello
is it possible for the microcontroller with USB OTG to download the program memory from the USB stick itself?
In other words, change the firmware simply by connecting a USB stick with a .bin file and perhaps by resetting the component.
So far I have solved it using two MCUs. One only reads the .bin file from the USB and then uploads it to the target device via the usart bootloader, but this seems too impractical to me.
Solved! Go to Solution.
- Labels:
-
Functional Safety
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-26 6:49 AM
If you ask for system boot solution then no, But you can use own bootloader for this...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-26 6:43 AM
Sure - it's just a way to get the data into the microcontroller.
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-26 6:49 AM
If you ask for system boot solution then no, But you can use own bootloader for this...
