• Trace decompressor: Are barrier instructions and synchronization primitives really waypoints?
    Dear all, System: Altera Cyclone V with ARM Cortex-A9 dual-core MPU. CoreSight PFT 1.0 I am currently developing a trace decompressor. I wrote a function that parses the program image in order to...
  • Trace decompressor: Are barrier instructions and synchronization primitives really waypoints?
    Dear all, System: Altera Cyclone V with ARM Cortex-A9 dual-core MPU. CoreSight PFT 1.0 I am currently developing a trace decompressor. I wrote a function that parses the program image in order to...
  • Data synchronization Barrier and cache.
    Hi, everybody. I have system based on multiprocessors system with ARMv7-A. I need copy table from one point of memory to another. I use for this task DMA. Memory attribute is write-back cacheable. Before...
  • Data synchronization Barrier and cache.
    Hi, everybody. I have system based on multiprocessors system with ARMv7-A. I need copy table from one point of memory to another. I use for this task DMA. Memory attribute is write-back cacheable. Before...
  • barrier instructions Vs. barrier transactions
    I have several questions about barrier operarions. 1. how to operate barrier instructions ISB, DMB, DSB in ACE?      a) when ISB is executed, what are the signal values about barrier transaction  (AxBAR...