Skip to main content
Jlim.1
Associate II
January 14, 2021
Question

stm32 to stm32 download

  • January 14, 2021
  • 2 replies
  • 2161 views

0693W000007BEluQAG.pngIf 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?

This topic has been closed for replies.

2 replies

TDK
January 14, 2021

Not with standard tools. You could implement the SWD protocol to transfer it from WB->L0 at great effort.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Jlim.1
Jlim.1Author
Associate II
January 14, 2021

Thank you for your answer.

Is there an easier code among SWD protocols...?

Tesla DeLorean
Guru
January 14, 2021

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

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Jlim.1
Jlim.1Author
Associate II
January 14, 2021

I'm not sure what you mean. Could you explain it in more detail?

Tesla DeLorean
Guru
January 14, 2021

Which bit? How to transfer data over a UART?

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