• Simulation Bug of Atmel SAM7x?
    while evaluating the examples under \Keil\ARM\RV30\Boards\Atmel\AT91SAM7X-EK, I got the following Error: *** error 65: access violation at 0x00000000 : no 'execute/read' permission But the examples...
  • Simulation Bug of Atmel SAM7x?
    while evaluating the examples under \Keil\ARM\RV30\Boards\Atmel\AT91SAM7X-EK, I got the following Error: *** error 65: access violation at 0x00000000 : no 'execute/read' permission But the examples...
  • How do I disable interrupt (IRQ) on my Atmel SAM7X?
    Hi. How can I simply disable interrupts (IRQ) on my ATSAM7X application? I simply want to prevent some critical HW-timing from beeing interrupted by "other stuff". Something like: ... disable_irq...
  • How do I disable interrupt (IRQ) on my Atmel SAM7X?
    Hi. How can I simply disable interrupts (IRQ) on my ATSAM7X application? I simply want to prevent some critical HW-timing from beeing interrupted by "other stuff". Something like: ... disable_irq...
  • question about the sample code of FLASH-FS for atmel sam7x board
    HI ALL I try to get the sample code run on my AT91SAM7X board,but have some question on it? 1. the FILL command:do i need to type the filename extension when execute the FILL command? 2. When i try...