• AT91SAM9260
    Hi, I am facing problem in making new project in Keil uv4 MDK and also in IAR Embedded Workbench, can any one helpme in it? Regards,
  • Ethernet on AT91SAM9260
    Hi, is there an example how to implement ethernet software on AT91SAM9260 devices? I tried to port the example from the AT91SAM7, but it does not fire the interrupts. The Link/Act LED flashes. ...
  • master clock plaease
    Using a compiler, (with this great site, no need to help you there). Try this code for a process, just change the #include on line 1 for your device. This example of coding technique is quite...
  • RS232 driver for AT91SAM9260
    Hi all, is their any one worked on this processor? Could you please explain me hoe dows it working in RS232 mode.Could you share any exaples code or any link for this Thanks in advence ...
  • AT91SAM9260 unexpected SPI behavior
    Hi, I got some problems using SPI. I use the following code: #include <AT91SAM9260.H> /* AT91SAM9260 definitions */ #include <lib_AT91SAM9260.h> /* Library function definitions */ int main (void...