Hi
How can I disable ECC safey error in TC39XX
I used to disable it in TC27 using this cocde
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 ??
Attachment 3234Attachment 3234
thanks
How can I disable ECC safey error in TC39XX
I used to disable it in TC27 using this cocde
Code:
/* 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 ??
Attachment 3234Attachment 3234
thanks