Part Number: TMS320F28379D
Tool/software: Code Composer Studio
Hi,
I am using DUAL core. When I call any MUX register in CPU2 code then it is giving an error. Does the CPU2 does not have MUX register access.
All the MUX authority is belongs to CPU1 only?
________________________________________________________________
GPIO_SetupPinMux(168, GPIO_MUX_CPU2, 1);
GPIO_SetupPinOptions(168, GPIO_OUTPUT, GPIO_ASYNC);
or
GpioCtrlRegs.GPFMUX1.bit.GPIO167 = 1; // Configure GPIO167 as EPWM12A
GpioCtrlRegs.GPFMUX1.bit.GPIO168 = 1; // Configure GPIO168 as EPWM12B
_________________________________________________________________
All the library files are included same as CPU1 in CPU2 or is there anything I have missed?