This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can I do when MMU window can not display in ARM development studio?

Hi experts,

I try to use ARM development studio to debug bootloader and view MMU table contents.

But MMU window can not display the MMU table and shows that "Unable to read from register SCR-EL3".

How can I do to check MMU table?

Current board is running on EL2 with 64bit, CPU is cortext-A73.

ARM development studio version: 2023.1

Thanks for your attention!

Best Regards,

Yan

Parents
  • Hi Stephen,

    Thanks for your help!

    I select "Follow system" to 'Non-Secure EL2(AArch64)', but MMU window still can not display table contents.

    The current CPU is Non-Secure EL2 (AArch64) as shown in the bottom left corner of the IDE, why do we still need to access SCR_EL3.RW?

    Due to secure protection, I can't enable secure debug currently. I'll try to enable it and test MMU display window. But in previous DS-5 tool, non-secure MMU table can display without secure debug enable.

    Thanks for your attention!

    Best Regards,

    Yan

Reply
  • Hi Stephen,

    Thanks for your help!

    I select "Follow system" to 'Non-Secure EL2(AArch64)', but MMU window still can not display table contents.

    The current CPU is Non-Secure EL2 (AArch64) as shown in the bottom left corner of the IDE, why do we still need to access SCR_EL3.RW?

    Due to secure protection, I can't enable secure debug currently. I'll try to enable it and test MMU display window. But in previous DS-5 tool, non-secure MMU table can display without secure debug enable.

    Thanks for your attention!

    Best Regards,

    Yan

Children