2020-09-03 02:36 AM
I made custom bootloaders for STM32F7 and SM32H7, so I'm a bit familiar with the process to update an application when using a bootloader.
But how does one make a bootloader for a Dual-Core STM32H7?
I think it goes like this.
If I use the CM4 core for the bootloader:
Is this a good way to do this?
2021-03-15 06:14 PM
Did you ever get this working? i have a very similar question.
2023-01-20 02:00 PM
Hi Jack, is the custom bootloader you have made for the STM32H7 something you can share?
FYI, as I see it, there are Open source bootloaders out there but on the STM32, they are mostly for other versions of STM32 and not for the STM32H7xx. The flash operation is a bit different and I was wondering since you have gone through the trouble of making your custom bootloader for STM32H7, if you can share it and save time at my end. Thank you.
2023-03-08 03:39 AM
I'd also be interested please