Support for ECC in CW 2.8

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Support for ECC in CW 2.8

795 次查看
mathiasstålek
Contributor I

Hello!

 

I am using CW 2.8 for MPC5606B for a safety critical automotive application.

 

Do CW 2.8 support ECC?

I ask this question because section "31.4.1 Access timing" in the reference manual states some requirements on SRAM read and write operations.


Is there some setting for the command line tools that needs to be set to enable ECC?


Regards, Mathias

标签 (1)
0 项奖励
回复
1 回复

721 次查看
stanish
NXP Employee
NXP Employee

Hello Mathias,

I'm not aware of any command line option to enable ECC.

The default CodeWarrior project start-up routine INIT_Derivative(void) only initializes the internal SRAM prior to ROM->RAM copy-down. This should set ECC to a defined correct value that matches with SRAM content to avoid ECC exceptions.

If the default SRAM access timing doesn't match your needs you should  add your custom init. code e.g. (PLL init/Wait states) into INIT_Derivative().

regards,

Stan