This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can not write the ARM L2 Cache Auxiliary Control Register

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