• unused memory areas are not zero?
    Parts of the address area where are not used by the application are not zero (0x00000000)? e.g. memory areas for CS signals, which were not used? best regards Joe
  • REMOVING UNUSED CODE SEGMENTS
    Hello, I am using a third part library and from map file I notice that I include some code of unused functions in my applycation. Do you know how I can remove these functions? And their associated...
  • How to drop unuse code?
    I wrote a program compress time to long. But some output give to much ( outout asm ). How can I reduce unuse code. see output below. my source. extern unsigned char convBcd2Hex(unsigned char c);...
  • Unused interrupts
    Hello: Here are a couple knowledge base articles on the subject. I will have about 100 unused interrupt vectors. The first article creates a different ISR for each unused interrupt and calls a common...
  • Unused functions
    Hi, I've a basic question about the Keil µVision3 (V3.05e). I would to know if it's possible that the compiler (or linker) show me in the output window (or others views) if there is any function...