GPIO/_SetupPinOptions(28, GPIO_INPUT, GPIO_PUSHPULL);
GPIO_SetupPinMux(28, GPIO_MUX_CPU2, 1); //SCI GPIO Setup
GPIO_SetupPinOptions(29, GPIO_OUTPUT, GPIO_ASYNC);
GPIO_SetupPinMux(29, GPIO_MUX_CPU2, 1);
DevCfgRegs.CPUSEL5.bit.SCI_A = 1;
I configue the IO and function of SCIA as above, but SCIA can't work in CPU2 and still can work in CPU1, what I missed?
Thanks a lot!