stm32 to stm32 download
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-14 2:26 AM
If the stm32 mcu is connected as shown in the figure below,
is there a way to download fw image from the master stm32(STM32WB35) mcu to the slave stm32(STM32L0) mcu?
- Labels:
-
STM32L0 Series
-
STM32WB series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-14 5:39 AM
Not with standard tools. You could implement the SWD protocol to transfer it from WB->L0 at great effort.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-14 5:57 AM
Well some of the L0 have a UART interface on the SWDIO/SWCLK pins.
Can probably done far more efficiently, with less code, using a very high speed serial connection.
From a debugger context you'd want to expose SWDIO/SWCLK from each processor to its own set of pins/pads
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
2021-01-14 6:02 AM
Thank you for your answer.
Is there an easier code among SWD protocols...?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-14 6:03 AM
I'm not sure what you mean. Could you explain it in more detail?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-14 6:14 AM
Which bit? How to transfer data over a UART?
Up vote any posts that you find helpful, it shows what's working..
