Hello,
I am trying to implement on-line BIST configuration of STCU unit, but I keep getting the IVOR1 error when I try to write to MB_CTRL register. It blows up from MB_CTRL[0].
What is the reason behind this.
To write, I use
STCU2->MB_CTRL[0] = (1 <<STCU2_MB_CTRL_CSM_SHIFT)| //run concurrently.
(0x11 << STCU2_MB_CTRL_PTR_SHIFT); //Start from mbist0, next mbist is mbist1. Reference man. page 3261
and these are the IVOR errors I get:
IVOR1_Exception_Handler() at exception.c:212 0xa1927e
prolog_IVOR1() at core0_intc_sw_handlers.S:139 0xa11a1c
Thank you for your help.
Best wishes