• Free ARM Cortex-M3 Simulation Software?
    Hello, We have received a question on ARM Facebook I think this group could answer. Is there any ARM Cortex-M microcontroller simulator available for free? The poster seemed most interested about...
  • ARM Cortex-A7 FVP
    Hello I am using the DS-5 professional edition and I can execute the examples for the ARM Cortex-A8 FVP. But where do I get the FVP for the ARM Cortex-A7? regards Matthias
  • How to compile hello word code with aarch64 gcc
    Assembly code: .syntax unified @ -------------------------------- .global main main: @ Stack the return address (lr) in addition to a dummy register (ip) to @ keep the stack 8-byte aligned...
  • How to use aarch64-elf-gcc to print hello world
    1. aarch64-elf-gcc need use glibc2.14 while our central version up to glibc-2.12 only 2. I have downloaded glibc-2.14 in my local directory 3 I try to set LD_LIBRARY_PATH to my local glibc-2.14 directory...
  • uVision4 simulator
    Finally have typed a first ASM test prog that compiles. If I start the debugger msg: 'ULINK not found'. I have no ULINK and want to simulate. HOW?