• After resetting sam7S256 TDMI using RTSC , uP is slow, the pll does not appear to lock.
    This is a bootloader application , when app "okays" an upgrade i want to restart the micro, this brings me back into the bootloader. So the hardware is reconfigured with same settings. This is a know...
  • interrupt problem?
    Hi, I've a problem working with the AT91SAM9263 controller from atmel. I receive ethernet packets via an interrupt (highest priority). The ISR is very short, I only read the status register,...
  • Interrupt problem
    Using the STR912, I am using several different interrupts (usb, uart, timer and wiu) all of the irq handled as VIC (vectored) with different priorities (2->6). It happens that something my firmware hangs...
  • Interrupt problem = using External Interrupts
    Hi, I am trying to use External Interrupts in a program where I have already several active interrupts and modules. It happens that after I make the pin description for this external interrupt,...
  • Problems with interrupts
    Hiya guys, need a bit of help here I have put this code in ----------------------------------------- void noreturn (void) interrupt 1 { send_serial("Timer0 Overflow"); } --------------...