• To run library functions on arm a53 core
    Hello experts, I am working on a53 core in which I am not able to run string library functions like memset, memcpy etc. I have included the string.h library also but it is generation an exception. The...
  • Which processor has the most cores?
    Which arm processor has the largest number or cores?
  • How does the ARM CA53 4 core join NEON on only 2 cores?
    Our project only wants 2 cores to support NEON for cost reasons. How can I do this? 1. Can a single cluster be done? 2. Cut into 2 clusters, each with 2 cores. What is the difference between the performance...
  • 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)...
  • CPUID information about ARMv8 core
    Hi experts, I want to know if there are CPUIDs information in CHI interface about IP A53/57 Mpcore? and can CCN504 transfer the CPUIDs to Slave device? for example, AXI_USER? Thanks.