• How can we check the register value in inline-assembly in c?
    Dear all, I'm trying to check the register values in inline-assembly in c as the below code. In especially, R0 and R1 values what I want to know which value is loaded to register. But as you can...
  • How can we check the register value in inline-assembly in c?
    Dear all, I'm trying to check the register values in inline-assembly in c as the below code. In especially, R0 and R1 values what I want to know which value is loaded to register. But as you can...
  • ARM M3: How to halt the debugger when a variable changes to a designated value during the execution
    Hi, There is a bug in my system. One variable becomes 0 sometimes during the execution. I am using ULink2/uVision5.2 with MDK-ARM Cortex-M3 tool chain. Could anybody give advice how to set the debugger...
  • ARM M3: How to halt the debugger when a variable changes to a designated value during the execution
    Hi, There is a bug in my system. One variable becomes 0 sometimes during the execution. I am using ULink2/uVision5.2 with MDK-ARM Cortex-M3 tool chain. Could anybody give advice how to set the debugger...
  • How to shuffle bits and Check high bit value using Neon Intrinsics?
    Note: This was originally posted on 1st November 2011 at http://forums.arm.com Hi, I am trying to convert a code written in SSE3 intrinsics to NEON SIMD  and am stuck because of a shuffle function.I have...