• Can I run an A9 program under A53 without any modification
    I have an electrical product which is controlled by ARM A9 CPU(linux 3.15+control program). Now I plan to upgrade the CPU from A9 to A53 and rebuild the linux 3.15. Is it possible that the control...
  • Whether Armv7-A has a Write Buffer
    Hi, Does Armv7-A have a write buffer? If yes, when will the write buffer be drained and what's the purpose of write buffer?
  • CM4: Write buffer with enabled MPU
    Hello, I have a question regarding Memory protection unit on Cortex M4 (STM32F3 MCU). This is pretty simple single core MCU without caches. I implemented MPU based on instructions in Definitive guide...
  • ARMv7 "write buffer" issue
    Note: This was originally posted on 3rd July 2012 at http://forums.arm.com Hi All, I have a question about the "write buffer" for ARMv7 processor. Write buffer is explicitly described in TRM(tech reference...
  • Cortex-A8: memcpy() into DMA buffer hangs on NEON instructions
    I am cyclically filling the mmap-ed DMA buffer with my data by copying it from "normal" memory in 290 bytes chunks. At the first cycle memcpy always passes OK. At the second cycle it hangs in __memcpy_neon...