Resolved! Writing to Bank1 while running from Bank2 → Flash write fails
Hi everyone, I'm using STM32G474 with dual-bank Flash enabled (nDBANK = 0) and booting from Bank2 (BFB2 = 1). I'm implementing OTA firmware update by writing to the inactive bank while executing from the active one. The update from Bank1 → Bank2 work...