2025-10-13 1:54 PM - edited 2025-10-13 1:54 PM
I am implementing custom CAN bootloaders for H725, G491, and H563. I would like to use the same bootloader across all MCUs.
2025-10-13 2:15 PM
You'll have to compile them separately for each target but most of the code can be the same. HAL can't hide fundamental differences in the hardware, such as the minimum page to write.
You can likely use a minimum compatible interface.