• Cortex-A53 - GICv4 Documentation
    i have 1 more query related to GIC. in Cortex-A53 it is mentioned that it is using GIC 400 and GIC architecture Version 4, but in ARM site i am not seeing any GIC V4 Doc, there is only GIc v2
  • What is the value of a license of an ARM Cortex-A53 processor?
    I would like to know the price of the license or terms for each core Cortex-A53 and the price of a 4-core processor Cortex-A53 is charged. Sorry if misspelled not know much English and I'm writing with...
  • 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...
  • Barriers in in-order cores like cortex-A53, A7
    Hi experts! As you know, power efficient arm like cortexA7, A53 has in-order pipleline. However as far as I understanding, Barriers like dmb, dsb, isb are related with out-of-order memory access. But...
  • 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...