Skip to content

How to test the ECC function of E51 and U54? #404

Discussion options

You must be logged in to vote

There is a description in the TRM:

You just need to set which bit(s) you would like to toggle and the error injection is enabled :)

In terms of testing, you will need to enable and configure interrupts (the MSS GPIO bare metal example is useful for this), set the error injection register, write to the L2 and then readback from the L2. In terms of the cache you can set the error injection bits but you will need to wait for writes and readbacks on the cache which you can't directly control. Your best bet would be to write to DDR via the cache and then readback.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Balle0500
Comment options

@hughbreslin
Comment options

Answer selected by hughbreslin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants