Skip to main content
JFigu.3
Associate II
May 8, 2023
Question

Hello, I have a STM32core F446RE board that I should clone. I need to download the configuration that it has loaded to be able to take it to another board. How could I do it? Thank you very much in advance. Greetings.

  • May 8, 2023
  • 5 replies
  • 1786 views

Clone STM32 nucleo F446RE.

This topic has been closed for replies.

5 replies

Peter BENSCH
Technical Moderator
May 8, 2023

Welcome, @JFigu.3​, to the community!

Well, to clone, you just need to read the firmware and write it to the new STM32, for which you can perfectly use STM32CubeProg.

However, this requires that the STM32 to be cloned has not been protected against reading.

Hope that helps?

Regards

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
JFigu.3
JFigu.3Author
Associate II
May 8, 2023

OK, perfect Peter, in principle it is not protected.

I will try, thank you very much.

Tesla DeLorean
Guru
May 8, 2023

Use Read and Save-As functionality (button/drop-down) on right side of download pane.

Base address 0x08000000, and then whatever size spans the device content. Save as a .BIN file.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
JFigu.3
JFigu.3Author
Associate II
May 11, 2023

Perfecto, muchas gracias.

Ya tengo el archivo BIN, para cargarlo en la otra placa ¿cómo debo hacerlo?

Saludos.

JFigu.3
JFigu.3Author
Associate II
May 11, 2023

Perfect, thank you very much.

I already have the BIN file, to load it on the other board how should I do it?

Greetings.

Tesla DeLorean
Guru
May 11, 2023

Along the left edge are tabs, click on the second one down for the download pane, then select file and address details to write the binary at 0x08000000 on the new/empty device.

Click "Start Programming" once detail fields filled in.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
JFigu.3
JFigu.3Author
Associate II
May 11, 2023

Perfect, thank you very much.