Resolved! STM32H7 USB DFU firmware boodloader bug
Hi, We are using STM32H7, and we found that the following instruction doesn't work: /* Test if user code is programmed starting from address 0x08020000 */ if (((*(__IO uint32_t *) USBD_DFU_APP_DEFAULT_ADD) & 0x2FFC0000) == 0x20000000) <--- It is alwa...