• Setting PC for and waking up secondary cores from the primary core
    Given a multiprocessor system, how are the PC values of secondary cores set from the primary core? I've read lots of threads stating it can be done but without any details. I could not find anything in...
  • How to bring secondary CPU1 on ARM v7
    Hi, I am trying to bring up CPU1 on ARM v7 architecture  (assume CPU0 already bring up & set c-environment) using below code, but it hitting with error: "stack smashing detected" ldr  sp, =cpu1_stack...
  • 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...
  • How to measure CPU utilization of ARM processors ?
    How can we measure the CPU utilization of programs running on ARM processors, particularly the A15 series ? Are there some hardware counters that can be read ?
  • What's the difference between core, processor,cluster and CPU in ARM architecture?
    What's the difference between core, processor,cluster and CPU?