 
					
				
		
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
 
					
				
		
 stanish
		
			stanish
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
