• warning C180: not every path returns a value
    i worked thru the manuals, the CARM User's Guide Inline Assembly example: int AddUp ( int n, int *pTab) { if (n == 0) return(0); __asm { mov r0, #0 ; clear result ldav r2, r0, pTab ; R2=start...
  • MBC2130 spurious resets - solution
    This may help somebody. The MCB2130 board uses a couple of pins on the com0 interface to generate a reset or interrupt. I thought I was ok to leave these unconnected when using the serial port for other...
  • spurious interrupts not simlated in arm7
    spurious interrupts not simlated in arm7
  • Spurious SWI call (SWI_Dead lock)
    Hello, I am experiencing what seems to be a spurious SWI call. The effect is that the application hangs on the SWI Handler __asm void SWI_Handler (void): SWI_Dead BHS SWI_Dead What can...
  • GIC IAR always returns spurious interrupt
    Note: This was originally posted on 29th March 2012 at http://forums.arm.com Trying to write a GIC driver (V1 w/security extensions) on an embedded A9 MPCORE based system with 2 cores. Can successfully...