Question
Is OpenBootloader a good starting point for DFU on STM32H750 with RS485 and QSPI NOR?
We need a DFU-capable bootloader for a custom board based on the STM32H750.
We can't use the ROM bootloader due to 2 requirements:
- upload of the DFU image needs to happen over RS-485, with support for DE to an external transceiver
- we need to flash the DFU image to a QSPI NOR Flash (MT25QL512)
It looks like the OpenBootloader that is available for STM32G0 and STM32G4 would be a good starting point, but it would require porting to the STM32H750.
Is there a better option? Are we going to waste time trying to go in that direction?
