Hi, I am programming raspbery pi model b ARM1176 bare metal (in assembly and c). I need to calculate the clock cycles used to execute an assembly code. I am using the following code for PMU counter: mov r0,#1 MCR p15, 0, r0, c15,
↧