• ARM cortex a7 cache maintenance operation
    Note: This was originally posted on 11th March 2013 at http://forums.arm.com Hi all: I move on my last project of ARM cortex-a9 to now cortex-a7, here is a small questions. In A9, seems the pl310 have...
  • ARM cortex a7 cache maintenance operation
    Note: This was originally posted on 11th March 2013 at http://forums.arm.com Hi all: I move on my last project of ARM cortex-a9 to now cortex-a7, here is a small questions. In A9, seems the pl310 have...
  • Cortex-A7 Generic Timer Clock and Operation
    Hi, I'm using NXP imx6ul-evk(single core cortex-a7 processor) and I'm trying to operate CPU at different frequencies(642MHz, 480MHz, 100MHz, 12MHz) and experiencing time drift on certain frequencies...
  • Cortex-A7 Generic Timer Clock and Operation
    Hi, I'm using NXP imx6ul-evk(single core cortex-a7 processor) and I'm trying to operate CPU at different frequencies(642MHz, 480MHz, 100MHz, 12MHz) and experiencing time drift on certain frequencies...
  • Cortex M3 : SVC instruction (Operating system service call)
    It seems that svc instructions invoke a jump to SVCall Handler only when interrupt is enabled. Otherwise it jumps to Hard Fault Handler. Is that correct ?