environment:TMS470MF06607
project:TMS470M Safety MCU Demo
code:_main() add task about memory initialize
...
SYSTEM1->MINITGCR = 0xA; /*Enable MINI*/
SYSTEM1->MSINENA = 0x3F; /*select all ram channel*/
while((SYSTEM1->MINISTAT & 0x3F) != 0x3F);/*wait initialize complet*/
SYSTEM1->MINITGCR = 0x5;/*disable MINI*/
problem:
initialize cannot complete ,that is SYSTEM1->MINISTAT != 0x3F . Are there something that i don't configuration?