Regarding custom bootloader for STM32f412g-discovery board which can support USB DFU class
I have a requirement for implementing firmware upgrade feature for one of our products which is based on STM32F412ZG microcontroller. I know that ST provides a system memory bootloader which already supports firmware upgrade using USB DFU class. But ...