• arm_mat_inverse_f32 producing incorrect singularities
    Hi there, I am trying to invert a matrix using arm_mat_inverse_f32(). I am getting correct results for some martices, but in the code below status3 = ARM_MATH_SINGULAR. status1 and 2 = ARM_MATH_SUCCESS...
  • Compiler produces inefficient assembly code?
    I and a co-worker are programming an 8051 uController in C. Last week we were struggling with a poor perfomance time of our program. So I talked to the assembly guy and we figured that our way of software...
  • Disassembly
    Hi all I would like to know how to copy or store the contents in the disassembly window in Uvision3. looking for ur help. thanks t.senthil
  • Compiler not producing OBJ files
    Using uVision, I'm not getting .obj files produced by C51. A51 produces .obj files OK in the same project. The example projects do produce .obj files, so the cause is likely project settings. A .LST...
  • __SMLALD() produces suboptimal code
    Note: This was originally posted on 19th August 2013 at http://forums.arm.com __SMLALD() as implemented in core_cm4_simd.h (V3.20) produces suboptimal code (at leas with GCC). Example: sample = *samp2_p...