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.

LAUNCHXL-F28379D: DevCfgRegs is undefined

Part Number: LAUNCHXL-F28379D

Hi,

I am working on a project where I am trying to move CAN-A control over to CPU-2.

I have initialized the CAN GPIO and then used the following lines to transfer control over to CPU-2.

 EALLOW;
    DevCfgRegs.CPUSEL8.bit.CAN_A = 1; //CPU2 is the owner
    //DEV_CFG_REGS.CPUSEL8.bit.CAN_A=1;
    EDIS;

This is giving me build error saying "DevCfgRegs" is undefined.

I am able to see this register on the expressions window in CCS. I am not sure what else do I need to include to be able to use this register. Please guide.

Thanks

Sumeet