Support for ECC in CW 2.8

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Support for ECC in CW 2.8

805件の閲覧回数
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 返信

731件の閲覧回数
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