• Removing unused variables that are used in unused functions
    Removing variables used in unused functions Hello, I'm having issue with removing unused variables, when they are used in unused functions. I'm using Keil 5.25.2.0, armcc.exe and armlink...
  • Removing variables used in unused functions
    Hello, I'm having issue with removing unused variables, when they are used in unused functions. I'm using Keil 5.25.2.0, armcc.exe and armlink.exe V5.06 update 6 build 750. My project options...
  • Keil uVision "find in files" problem
    Hi, I was trying to search for a particular for() loop in my code, and put this into the Find in Files box: for (temp The "Regular expression" tickbox was left unticked. However when clicking Find...
  • 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...