• MDK 6.5 USB CDC issue
    While stress testing the MDK USB Device CDC support by sending large amounts of data, randomly the data that is actually sent is halted. Studying the transactions with a USB analyzer (Ellisys USB Explorer...
  • cmsis fails to compile with armcc v6.12
    I am encountering a error when compiling my CMSIS project. My application is using a Cortex-M4 and I am using MDK v5.28 with the ARM compiler v6.12. The compilation failes with the following results:...
  • How to use environment variables within armcc -I option (Windows)
    I'd like to have a Windows environment variable like MYINCDIR=c:\myincdir that specifies the root of a set of include directories and then use that variable within the -I command-line option of the compiler...
  • armcc compile opition --depend_dir
    In help files,i see --depend_dir=directory_name armcc -c --output_dir=obj f1.c f2.c --depend_dir=depend --depend=deps Result: depend/f1.d depend/f2.d obj/f1.o obj/f2.o then I...
  • Order of compilation in ArmCC
    How does the Uv4.exe determine in what order source files are built? I have a project that I build on my local PC, and the same project being built on a build machine. The source files get compiled in...