• Cortex-A53 : complex array problem
    Hello ; I am working on Arm Cortex-A53 and here is the problem; when ı am trying to allocate A= new comp[N]; >> typedef std::complex< double > comp;>> #include <complex> struct complex<double...
  • Cortex A53 Out of Order?
    Hi all, Recently I encountered a problem. During CA53 bootup stage, PC will transfer a small executable program to the target platform via USB and then give the control to that program, which will first...
  • Where is hardware interrupt latency documented for the ARMv8 Cortex-A53?
    Need specific references to the hardware interrupt latency for the ARMv8 Cortex-A53.  interrupt latency from when an interrupt is triggered to when the ISR is initially invoked, but not including operating...
  • Cortex-A53 processor instruction cycles
    hi , I want to know the cycle information ,latencies of each instruction(secially vector instructions in A32 and A64) in coretex A53 architecture. It seems there is no document available which specifies...
  • A53 Erratum 820719 missing from official ARM errata document list
    There is a reference to erratum 820719 in the NXP S32V Errata list but I can't seem to find any reference to this erratum anywhere in ARM documentation. Is this erratum still valid? Excerpt from S32V...