Can't disable ECC checking on Tricore TC39XX

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
StanGilbertland
Level 1
Level 1
First reply posted First question asked Welcome!

First question : How can I disable ECC safey error in infineon TRICORE TC39XX

I used to disable it in TC27 using this cocde

 /* Deactivate ECC safety errors */
Mcal_ResetENDINIT();
FLASH0_ECCRP0.B.ECCORDIS |= IFX_FLASH_ECCRP_ECCORDIS_MSK;
FLASH0_ECCRP1.B.ECCORDIS |= IFX_FLASH_ECCRP_ECCORDIS_MSK;
Mcal_SetENDINIT();

now I'm tying to disable it on TC39XX with this code DMU_HF_ECCC.B.ECCCORDIS = 0x01; but it's not working

Should I set PECENCDIS and DECENCDIS flags ?

Second question when enabling ECC omegle, why can't I read the flash memory ? I thought it will just not use ECC checking ?

0 Likes
1 Reply