Part Number: AM2434
Other Parts Discussed in Thread: SYSCONFIG
Env:
CCS:18.1
SDK:mcu_plus_sdk_am243x_11_00_00_15
Refer:
C:\ti\mcu_plus_sdk_am243x_11_00_00_15\examples\drivers\ddr\ddr_ecc_test_main_esm\am243x-evm
Running the ECC routine can inject errors normally and detect them.
In our APP, injection will be directly interrupted by error.
Our APP code runs in DDR.
Initialize the DDR in the Bootloader and enable ECC, with the starting address avoiding the APP code area
Conduct injection tests in the App. It was found that once injected, it would be wrongly interrupted


Boot sysconfig:

The maximum address of the ddr part of Boot map:

The maximum address of the ddr section of the APP map:

The incoming injection address:

The question is: Will running the APP in DDR prevent injection testing? Whether the configured ECC area avoids the APP area or not?
Thanks!


