• AT91SAM7S UDP interrupt
    Why do interrupts (UDP endpoint 1 interrupt) not work correctly when running from the Flash, but do work correctly when when debugging my application using JTAG/ICE?
  • at91sam7s Timer interrupt
    i have problem with timer interrupt on at91sam7s64 how active timer interrupt and change settings? please help me with sample code
  • AT91SAM7S system interrupt
    I have a small test program where the only interrupt I've enabled is the periodic interval timer, and it's been configured to generate 1-msec interrupts. The system peripheral interrupt service routine...
  • Bootloader at91sam7
    Hi, i am writing a bootloader. Using Keil uVision i want to put bootloader starting from begining - adress 0x100000 . I want this bootloader to put any program begining from 0x105000. I want to know...
  • Nested interrupt
    Hi Im using a timer to generate interrupt based on the match registers. On one of those interrupt, I would like to start a SPI data transfer. The SPI transfer is also using vector based interrupt...