Vybrid VF6 Memory Protection

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Vybrid VF6 Memory Protection

Jump to solution
523 Views
neilfoss
Contributor I

Hi,

I'd like to prevent the A5 core from accessing memory areas belonging to the M4 core in the Vybrid VF6. Does anyone know how I'd go about doing this?

So far I can see that the M4 has a Memory Protection Unit but not the A5, otherwise I could have set it up and then protected the registers using the Central Security Unit

Any help appreciated

Thanks,

Neil

Labels (1)
0 Kudos
1 Solution
383 Views
kef2
Senior Contributor IV

A5 has MMU. In MMU translation tables you can specify which areas are read only, which areas are XN (execute never) etc. Chapter B3 from ARM architecture manual may help understanding it:

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0406b/index.html

View solution in original post

0 Kudos
1 Reply
384 Views
kef2
Senior Contributor IV

A5 has MMU. In MMU translation tables you can specify which areas are read only, which areas are XN (execute never) etc. Chapter B3 from ARM architecture manual may help understanding it:

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0406b/index.html

0 Kudos