• cortex M33 multicore debug resources
    As I reading the debugging in the Armv8-M manual, I found that there is little description of the multicore system. The debug resources have a specific address range. It is acceptable in a single-core...
  • cortex M33 multicore debug resources
    As I reading the debugging in the Armv8-M manual, I found that there is little description of the multicore system. The debug resources have a specific address range. It is acceptable in a single-core...
  • Multicore SMP using Linux kernel
    Hi, I am just trying to learn the linux kernel booting process for arm32 Cortex A9 multi core SOC. I had understood the concept of booting in linux, but I am confused about the section where secondary...
  • Cortex M33 Multicore Boot issue
    Hello there! As I am exploring the Arm Musca A1 board in a multicore scenario, some doubts emerged. When I load each core program to the FLASH memory and then boot it up, each core loads it's own code...
  • Multicore Platform General Purpose Registers
    Hi, experts Ash Wilding Mark Nicholson , I'm wondering for the multicore ARM architecture, are all CPU cores sharing one set of general purpose registers (X0 - X30) or each CPU core has its separate...