• Debugger alternative to DStream
    Hi; We are currently connecting to Xilinx Zynq-7000 ( Cortex A9 , two cores) core by using DStream debugger and DS-5 IDE, through Coresight 10 interface. What are my alternative debuggers to DStream...
  • Vector reinterpret cast ARM Neon
    I have a uint32x4_t ARM NEON vector register. I want to "shuffle" this 4 uint32_t with [vtbx2]( infocenter.arm.com/.../index.jsp "Extended table look up intrinsics") and [vext]( infocenter.arm.com/.....
  • Bus error while executing ARMv8 TLB instruction
    Hi, I am facing "Bus error on memory operation" while executing below instruction while invalidating and flushing the TLB. I am not able to understand what is the reason for "Bus error" as it is a TLB...
  • Debug probes interoperability
    Hi, Are CMSIS-DAP debug probes compatible through different vendors (who are chip manufacturers too)? Are RDI/JLINK debug probes compatible through different vendors (who are chip manufacturers...
  • Debugger-based Firmware Test Framework
    Hi all. I'm currently working on a Python-based framework for on-target firmware testing of firmware of Cortex-M MCU systems. The approach is heavily based on the use of the debug probe to perform...