• Configuring PIO and SMC in AT91SAM7SE
    Hi all, In my project i have connected external SRAM with AT91SAM7SE controller via static memory controller interface,for that i configured PIO and SMC controllers, then i have tried to write some data...
  • configure PIO of ARM9 as input.
    hi all, I am Kirti Patel from india. i am using AT91RM9200+FPGA SBC board made by darell harmon... in this board when i read the status of the pio pins during execution ..at that time i am not getting...
  • Urgent : PIO interrupt of AT91SAM7SE512
    Hi friends, I am working in the AT91SAM7SE512 controller i am using the 6 pins in port B as a PIO interrupts. I want to initialize these interrupt pins in a different priority level. is it...
  • irq interrupt
    when i working on kiel ide then iwrote to isr routing __irq what is this ? but when i use spj ide then i have to write isr function name__attribute__((interrup("IRQ")))why ?what is this? iread book...
  • using interrupt ethernet IRQ
    HI, I want to use interrupt ethernet_IRQ provided by keil. In the routine, memory was allocated, where is it being freed? How do I access the received ethernet data? Is the data which is "put...