Flash a cascade of STM32 with bootloader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-04-24 8:10 AM
Consider the following setting:
One MAIN STM32F407 and one LOW STM32F407.
There are both connected via a UART. But only the main is connected with the UART to a flasher.
How could I flash both CPU (both are running with bootloader) through the one UART connected to the MAIN CPU?
Thanks for your help and best regards,
Constantin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-04-24 8:48 AM
Make a simple forwarder that copies the data too/from the main device to the slave, so as to create a tunnel. ie data received on one USART is transmitted out the other. Pick a common speed, ie 9600 8E1
You could also have the main device use the loader protocol to flash the slave.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-04-25 1:23 AM
okay, are there any examples on how to start?
