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.
您好 Champ、
,我们所知、如果客户使用以下方法初始化 CPUTOCLA1和 CLA1TOCPU RAM、没有 CLA 的 F280041将面临任何风险。
MemCfgRegs.MSGxINIT.bit.init_CPUTOCLA1 = 1;//408535
while (0 = MemCfgRegs.MSGxINITDONE.bit.INITDONE_CPUTOCLA1);
MemCfgRegs.MSGxINIT.bit.init_CLA1TOCPU = 1;//408551
while (0 = MemCfgRegs.MSGxINITDONE.bit.INITDONE_CLA1TOCPU);
Veena、
您能否告知为什么 MSGRAM 可能不可用?
我的理解是 、F280041器 件中仍然存在 CLA1TOCPU MSGRAM、但由于没有 CLA 的 F280041、MSGRAM 无法使用。
由于客户以前使用过 F280049、但 新项目更改为 F280041、 由于该代码是从 F280049移植的、因此该部分代码仍在 F280041中使用。
您好!
CLA1TOCPU MSGRAM 只能从 CLA 写入。 如果 CLA 不可用、它可能无法在 F280041器件中写入。
此致、
Praveen