• Is Keil support still functioning?
    I have been trying to get a response for 3 days now. Nothing, nada, zip, nil. What is going on? I've had to resort to this since I have no other (easy) avenue to try and get a response. TIA...
  • 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...
  • 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...
  • Identifying unused functions
    I'd like to know if anyone has any hints on identifying unused functions using the C166 compiler/linker. We have a large codebase shared between multiple projects and it would be beneficial to code size...
  • Still confused
    I understood why PINSEL0 is used for P0_15 & PINSEL1 is used for P0_16 . I tend to get confused when i see different codes being used for different Application notes. PINSEL0 |= 0x00050000; ...