I am trying to port the Hercules Functional Safety demo to the RM46 + Educational BoosterPack
I'm using the test cases from the project that's installed when you run the Hercules Safety MCU Demo installer (Hercules\Hercules Safety MCU Demos\4.0.0\RM46x_target_sources)
I have the following issue when entering the PBIST test:
These two calls, implemented in function pbistInit() in file demo-app\source\pbist.c throw me in the error loop of dabort.asm.or sys_intvectors.asm
/*Enable PBIST Memory Init MSI register*/ systemREG1->MSINENA = 1U; // my code loops in dabort.asm /*Enable PBIST self test*/ systemREG1->MSTGCR = 0x0A; // my code loops in sys_intvectors.asm