User Activity

I'm working on STM32L452. I found I2C interrupt is blocked when flash erase occurs. I have checked that I2C IRQ handler is in RAM. The vector table is also copied and used in RAM. How come the I2C interrupt is blocked. I have gone through the flash e...