Resolved! STM32G4, interrupt function delayed during flash write operation, interrupt vector table in ram, and interrupt function in ram. what am i doing wrong ?
I developed virtual eeprom function that is running fine. But when i write my interrupts are delayed. To avoid this delay, i decided to move all the code of the interrupt from flash to ram using linker script (i currently just toggle a pin in the int...