This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28379D: CPU2 does not allow to access MUX register???

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?