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.

6678地址映射



6678中,想将起始地址为0x0c000000的64KB的空间映射到起始地址为0x50000000,在程序中设置XMPAXL和H的值,在CCS端看到的XMPAXH[15]=0x0C00000F,XMPAXL[15]=0x500000BF,我理解应该是实现了地址映射。但是对0x50000000的空间进行写操作,没有写成功。