• Getting rid of L11 WARNING messages
    does deleting the OVERLAY directive containing the segments and functions listed in WARNING 11 result in hazardous effect. I actually managed to get rid of the L11 warnings by doing the above mentioned...
  • Silencing "unused parameter" warning
    Any good suggestions for silencing the "unused parameter" warnings on a per-case basis? As opposed to turning them all off via compiler option, that is. I'd like to avoid the warnings for placeholder...
  • How to get rid of Warning 6 from BL51?
    I have a program that is using the Large memory model. - I compile without errors, but every time I link, I get the Warning 6, telling me that I have Memory Overlap on my memory mapped IO addresses. ...
  • 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...