cancel
Showing results for 
Search instead for 
Did you mean: 

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.

JFigu.3
Associate II

Clone STM32 nucleo F446RE.

7 REPLIES 7
Peter BENSCH
ST Employee

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
Associate II

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

I will try, thank you very much.

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
JFigu.3
Associate II

Perfecto, muchas gracias.

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

Saludos.

JFigu.3
Associate II

Perfect, thank you very much.

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

Greetings.

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
JFigu.3
Associate II

Perfect, thank you very much.