• armcc 5.06u6: --multifile and the elimination of unused variables
    Hello, I have successfully used armcc 5.06u6 to compile and run a firmware for an ARM7TDMI target with 32kB flash. To save some space now I am trying to use the --multifile option. This actually saves...
  • armcc 5.06u6: --multifile and the elimination of unused variables
    Hello, I have successfully used armcc 5.06u6 to compile and run a firmware for an ARM7TDMI target with 32kB flash. To save some space now I am trying to use the --multifile option. This actually saves...
  • ARMASM: produce preprocessed output
    Note: This was originally posted on 6th February 2012 at http://forums.arm.com with armcc I can generate assembly listing by using --asm command line option. How can I do the same with armasm? The reason...
  • ARMASM: produce preprocessed output
    Note: This was originally posted on 6th February 2012 at http://forums.arm.com with armcc I can generate assembly listing by using --asm command line option. How can I do the same with armasm? The reason...
  • rfft_fast_f32 Not Producing Expected Output
    I have been trying to use the RFFT functions in the CMSIS DSP library which has been giving me some confusing outputs. From the documentation : Looking at the data, we see that we can uniquely represent...