Hi,
I want to enable the ECC of L2 Cache.I can not write the value to the L2 Cache Auxiliary Control Register ,additional,I just write the value what I read from the L2 Cache Auxiliary Control Register ,the processor also goes into an instruction exception .
MRC p15, #1, r1, c9, c0, #2 ;Read L2 Cache Auxiliary Control Register
MCR p15, #1, r1, c9, c0, #2 ;Write L2 Cache Auxiliary Control Register
What's wrong ?
Thanks.
YanTCK