• Can secure accesses access both secure and nonsecure address map, whereas, nonsecure only access nonsecure part of the address map.
    This question was raised in the ' How to implement a secure IoT system on ARMv8-M ' webinar, view all the questions in the round up blog post .
  • Can secure accesses access both secure and nonsecure address map, whereas, nonsecure only access nonsecure part of the address map.
    This question was raised in the ' How to implement a secure IoT system on ARMv8-M ' webinar, view all the questions in the round up blog post .
  • data cached during level-2 page walk
    Hello, Background : I am trying to trigger and mitigate L2 cache parity errors for a dual core Cortex A9 CPU integrated with an ARM PL310 L2 cache controller. Among the L2 cache parity errors, there...
  • data cached during level-2 page walk
    Hello, Background : I am trying to trigger and mitigate L2 cache parity errors for a dual core Cortex A9 CPU integrated with an ARM PL310 L2 cache controller. Among the L2 cache parity errors, there...
  • Arm64 Long Format Translation Table Walk
    Hi all - I'm trying to understand stage 1 translation. Assuming that the translation is starting at level 2, how do you determine the number of page table entries in the level 2 table? The documnetation...