Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi
In the latest SDK (TI_mcu_plus_sdk_am263x_10_02_00_13) it is possible to configure the SDL via SysConfig. There are no examples how to use it correctly.
While CCM/ESM worked great, I face multiple problems when trying to detect ECC errors in L2RAM and TCM:
- Init for R5FSS0_CORE0_ECC_AGGR / SDL_R5FSS0_CORE0_ECC_AGGR_PULSAR_SL_ATCM0_BANK0_RAM_ID leads to a crash.
- Init for SOC_ECC_AGGR / SDL_SOC_ECC_AGGR_MSS_L2_SLVx_ECC_RAM_ID works, but when an error is injected, ESM callback is not called, although the corresponding interrupt has been activated
Is there anything important to now? I assume that the ECC has already been activated on these memory modules in the bootloader (sbl_qspi).
Thanks for any help.