• Supressing Specific Warnings in RealView Compiler
    Hi everyone, Does anyone know if it is possible to supress a specific warning (arbitrary portion of code), as opposed to all warnings of a specific type? For instance, I am porting code that...
  • Temporarily block SYSTICK interrupt (but not lose it)
    Note: This was originally posted on 18th May 2010 at http://forums.arm.com CM3 core... I'd like to temporarily block the SYSTICK interrupt (and *only* the SYSTICK interrupt) from firing. The desired behavior...
  • RTX - Tick supression possible?
    Hi, I am evaluating various RTOS solutions for a very low power Cortex-M3 based device, and one of my requirements is that the MCU isn't woken up every n ms to handle a clock tick. Various RTOS...
  • C4487E Warning
    Warning: file.c(212): warning: C4487E: read from variable 'config' with offset out of bounds I'm getting this warning with the following code: uint16_t config = 100; uint8_t configMsg[2][4...
  • warning messages
    I am getting these warnings, can someone help eliminate those warnings? *** WARNING L5: CODE SPACE MEMORY OVERLAP FROM: 0000H TO: 0002H *** WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C_START MODULE...