• 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...
  • dummy isr for unused interrupts
    Hello together, I'm using the XC866-Board from Infineon. As I don't use all the availible interrupts in my program I would like to simply overwrite the NOPs of the interrupt vectors with RETIs to...
  • Unused Interrupts on an 8051
    I have used all of the port pins on my 8051 device but have a spare interrupt pin. Is it possible to use this spare interrupt as an extra port pin for reading/writing?
  • handling unused interrupts
    Hi All, I am using the STR710 microcontroller. Does someone know if it is possible to catch all unused interrupts sources by putting an one single interrupt routine adress in all the different vectors...
  • 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...