• Eliminating _memset$wrapper?
    Hello, I am at the very edge of code space and so I changed my memset calls to use __aeabi_memset directly. It seems, however, that _memset$wrapper is still sitting there taking 20 bytes. Is there...
  • 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...
  • Is there any way to eliminate uVision 2 splash screen?
    I have a build process which invokes uVision 2 from the command line approximately 30 times and runs for around 12 minutes on an AMD 64 X2 3800+. Each time uVision is invoked, it displays the splash...
  • where is the common area in code bank?
    Hi, In most example, if we use "BANKAREA(0x8000,0xFFFF)",the common area will allocate at the 0x0000~0x7FFF of all banks. As the http://www.keil.com/support/docs/158.htm descript. My question...
  • Common RAM for bootloader and application.
    Hi I am working on a bootloader for lpc11c24 (ARM cortex M0). I want to have a common RAM for the bootloader and application. The RAM should not be erased when jumping to application from bootloader...