• Program NANDFlash using KEIL ulink2 on AT91SAM9260
    Hi, hi have to program a NANDFlash (K9F2G08U0A) on a board with an AT91SAM9260 using the ulink2 JTAG debugger. Is this possible? How is it done in principle?
  • 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. ...
  • Porting FlashFS to use NANDFlash
    Hi, I adopted FlashFS to use my NANDFlash (9F2G08U0A). finit() and fformat ("F:") are working fine and the flash gets erased. But if I call fopen, to create files, I get linker error: .\at91sam9260...
  • at91sam9260 data abort
    I am porting freeRTOS for AT91SAM9260.Now i encount a problem. In my portAMS.s I am using keil+jlink debug the program into SDRAM. AT91C_BASE_AIC EQU 0xfffff000 AIC_EOICR EQU 0x130 vPreemptiveTick...