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.
Tool/software:
Dear Sir :
I am working on using EMIF1 with EtherCAT and currently encountering an issue.
The code above
ClkCfgRegs.PERCLKDIVSEL.bit.EMIF1CLKDIV = 0x1;
Emif1ConfigRegs.EMIF1MSEL.all =(UINT32) 0x93A5CE71;
Emif1ConfigRegs.EMIF1ACCPROT0.all = 0x0;
Emif1ConfigRegs.EMIF1COMMIT.all = 0x1;
Emif1ConfigRegs.EMIF1LOCK.all = 0x1;
:........
When the program executes Emif1ConfigRegs.EMIF1MSEL.all =(UINT32) 0x93A5CE71, then I check Register
It's zero.. Could you tell me what happened?
Hi Jordan,
There are several EMIF examples in C2000Ware. Please try any of them too check if you can reproduce the same problem.