2023-05-08 04:51 AM
2023-05-08 05:27 AM
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
2023-05-08 05:39 AM
OK, perfect Peter, in principle it is not protected.
I will try, thank you very much.
2023-05-08 05:57 AM
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.
2023-05-11 04:44 AM
Perfecto, muchas gracias.
Ya tengo el archivo BIN, para cargarlo en la otra placa ¿cómo debo hacerlo?
Saludos.
2023-05-11 04:45 AM
Perfect, thank you very much.
I already have the BIN file, to load it on the other board how should I do it?
Greetings.
2023-05-11 05:09 AM
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.
2023-05-11 05:53 AM
Perfect, thank you very much.