• DS-5: Disassembly view of ELF Content Editor not working
    In DS-5 when I try to open an AXF/ELF with the ELF Content Editor all of the tabs/views work fine except for the Disassembly tab. When I click on the Disassembly tab it gives me an "Error: The ABI ARMELF32...
  • arm-elf-gcc compiling for cortex-M4
    How to use GNU ARM binutils for cortex-M4? When I try to compile with -mcpu=cortex-M4 -march=armV7e-m I get 'bad value in switches'.
  • How to change program counter in a C program?
    Note: This was originally posted on 7th January 2008 at http://forums.arm.com How to change program counter in a C program?
  • ELF / AXF File change const variable values
    Hi, I was wondering if there are any programs that allow the axf / elf file to be modified once it is generated. I wish to insert manufactured date and serial number into the flash when the device...
  • Bit field order in C166 compiler
    Hi, I am new to C166 compiler. I would like to know how is the order of the bit field in a structure. i.e. the first member would be a LSB or MSB. Thanks in anticipation. Viral.