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.

TMS320F28388D: Tms320f28388d chip, can control power from CPU1 core to CPU2 core Problem

Part Number: TMS320F28388D

Hi All

   

Tms320f28388d chip, CAN control power from CPU1 core to CPU2 core, but after a short time, can is used on CPU2 core and CPU1 core.

Do not know why?

The control of CAN is handed over from CPU1 to CPU2 for operation as follows:

CAN_disableController(CANA_BASE);
GPIO_setPinConfig(DEVICE_GPIO_CFG_CANRXA);
GPIO_setPinConfig(DEVICE_GPIO_CFG_CANTXA);

SysCtl_selectCPUForPeripheral(SYSCTL_CPUSEL8_CAN,1,SYSCTL_CPUSEL_CPU2);

Best Regards