• dissable interrupts with CPSR
    Note: This was originally posted on 19th June 2009 at http://forums.arm.com Hi, this regards the ARM 7 core. In the CPSR register I can set the "I bit" to dissable the "IRQ interrupts" But which all interrupts...
  • C51 specification
    Hi Guys, I want to test an unsigned long with the mod operator (%), if the result is positive then the result is used, if not then the long value is used. I can't find the spec for C51 which...
  • Closing a specific warning message
    Hello, I know changing the "Warning Level" is possible, is it possible to cancel a warning control specifically? I have checked the forum and the guides but could not find the answer.. µVision3...
  • Is there a way to disable specific warnings ?
    I'm using uV 4.70.0.0, compiler version is 5.03.0.24. Is there a way to disable specific warnings? In other Keil toolchains I seem to remember there was a command-line control that allowed this....
  • disable overlay warning for specific functions
    I have four functions that the linker gives me the warning: *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?UART_RX_ISR_STUB?ISR *** WARNING L16: UNCALLED SEGMENT, IGNORED...