• Cortex-A5 based processors
    Hi all, It is just out of curiosity that I wanted to see the chips based on Cortex-A5 core. I couldn't find much except some Atmel SAM5 or something. For the Cortex-A8, there seem a number of processors...
  • General Feature of Cortex processors on cache coherency
    Hi Experts, Is there any general feature available in the cortex processors to realize the cache lines by DMA through AXI ? I found some features like CCI module available to provide this feature in multi...
  • What is the lowest frequency I can run ARM Cortex-A9 Processor ?
    What is the lowest frequency I can run Cortex-A9 Processor ?
  • unaligned data fetch in Cortexa9
    I have a question related to data fetch, when on gdb debugger I do an address read say as: X 0x81000000 Then it will fetch 64 bits as you told in reference to Cortex A9 If further I do X 0x81000004 Will...
  • Processor Modes in cortex-A57
    Hi, I have done some basic assembly in Armv7-A processors (cortex A9). The version of ARM supports modes like User, sys, SVC etc. Does the ARMv8 also has the similar modes? Where can i find the details...