Hello,
If one global variable, for example MiscAnalogRegs.GLBIOVAL.bit.FAULT2_IO_VALUE, would be read in while loop and write in IRQ interrupt.
Then, it may occur read after write problem that the value of MiscAnalogRegs.GLBIOVAL.bit.FAULT2_IO_VALUE is not expected.
Is there a good solution to avoid it?