• cortex A9 multi-core
    I'm learning cortex-a9 on freescale imx6 platform. How to start multi-core? And how to communicate between cores? I'm confused.
  • multi core programming
    hi I have four functions and I am using cortex a7 processor. I want every core to execute one function. so to achieve this which registers and which manual and section should I refer too. i have placed...
  • Multi core L1 cache coherent
    Dear experts, I'm going to implement multi-core(4 cortex-a53) in my private OS. I have an issue which needs your confirmation. Q. When core0 invalidates the L1-cache and L2-cache at VADDR(Cached)...
  • Cortex-A7 4 Cores Boot
    Hi , I am working on Arm for the first time . I am trying to implement a scenario to boot 4 cores parallel . I have few queries here      --> Reset lifting procedure for 4 cores ? how exactly they should...
  • How to read PMU correctly for multi-thread on dual core Cortex-A9 under userspace
    Hi, I have enabled the userspace pmu access by building a kernel module for both core on Cortex-a9. Then I follow the standard procedure of pmu counting: 1. Disable performance counters 2. Set cycle counter...