Hi, I am developing a fir filter in linear asm and used AMR to setup the circular buffer. The AMR is set during the filter start and returned to previous setting when exiting the filter. But I would like to know what will happen to the ISR, when being interrupted when running the filter. Does the AMR setting still effective when executing ISR. And how to prevent the ISR from being interfere by AMR setting in the filter? Thanks.