• 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...
  • 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...
  • 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"); } --------------...
  • 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"); } --------------...
  • Overlay problem with interrupt (with NOOL set)
    I have a overlay problem: I've got one function who is called from main and from my interrupt service routine. When the interrupt calls the function my local variables point to an indefinite adress...