• Cortex-A9 TLB lockdown
    Hello, expert. I tried to implement TLB lockdown in Cortex-A9. Cortex-A8 and ARM1136JF RFP offer detailed TLB lockdown method but cortex-A9 RFP doesn't offer it. I tried TLB lockdown following Cortex...
  • How to switch off 2nd core for Cortex-A9
    I am using dual-core Cortex-A9 in a project where 1 core is enough. How to switch off another unused core?
  • Cortex-M0 or Cortex-M3?
    Hello! I've worked before with Cortex-M3 on a STM32 Primer during college. Now I'm trying to develop a system and I can't decide what would be the best MCU for it... The tasks I would need for it to perform...
  • What is the lowest frequency I can run ARM Cortex-A9 Processor ?
    What is the lowest frequency I can run Cortex-A9 Processor ?
  • Cortex-A9 core registers
    In RTL code of A9mp platform provided by ARM, I see that almost all registers are renamed and are out of order(There are registers named R0-R55). This make it quite difficult for me to debug some problems...