• How to determine which core is generating the AXI read transaction in a multi core processor?
    I am currently working on Cortex A72 processor. I have generated hex file by compiling the c code file and asm file using Tizen compiler. The code consists of boot code for each core and each core starts...
  • GIC-500 how connects to CPU cores?
    GIC-500 how connects to CPU cores? 在GIC-500 中CPU Interface 是GIC的一部分还是cluster 的一部分?
  • Delay Subroutine LPC2148 Assembly
    Hi Experts, I have just started with ARM assembly, I have written a program in assembly for toggling GPIO. The issue that I am facing is that the code works when I use several "nop" in place of "bl delay...
  • OPS/core/cycle on A72
    I want to perform profiling on my neural network and I need to know the OPS/core/cycle of the A72 processor. Where can I find this information?
  • Experimentation of Dual Issue
    Hi all, Can somebody specify asm code to experiment the dual issue of instructions and how the processor executes parallely ? Also i tried like performing LDM instruction followed by LSL instruction....