Hi @gumu,
There is the “Read-While-Write” (RWW) that allows performing a read and a write simultaneously (applies only when operations are in different blocks).
When it comes to interrupts, it depends on where the vector table, the ISR and the resources that the ISR reads are stored.
For example, if you want to reprogram Block_0, none of the above mentioned can be stored in that block.
Regards,
Daniel