• AT91SAM7S: nested interrupt function
    Hi, I want to add a function handling nested interrupts for the controller. Could you tell me the right position to add this function? startup-file: Undef_Handler B Undef_Handler SWI_Handler...
  • 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...
  • Timer Interrupt based UDP
    I am using ARM7 LPC2478 with RL-TCPNET ethernet stack. I want to send a particular data (which I am acquiring from an FPGA) over UDP/IP with timer intervals of let's say 100msec. So I am trying to implement...