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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-08 4:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-08 5: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-08 5:39 AM
OK, perfect Peter, in principle it is not protected.
I will try, thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-08 5: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.
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
‎2023-05-11 4:44 AM
Perfecto, muchas gracias.
Ya tengo el archivo BIN, para cargarlo en la otra placa ¿cómo debo hacerlo?
Saludos.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-11 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-11 5: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.
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
‎2023-05-11 5:53 AM
Perfect, thank you very much.
