Atmel website | ARM Community | AVR freaks | Technical Support
Banner
SAM9XE
SAM9XE
Votes (1) || Hits (2015) || Comments (4)
 

Created Wednesday, 03 February 2010
Description

 

Description

The AT91SAM9XE is a new serie ARM9-based Flash microcontroller that combines a 200-MIPS ARM926EJ-S processor core with high-performance on-chip Flash. It offers an unrivalled combination of performance and functionality on a single chip, making these Flash microcontrollers ideal for space-constrained applications where high performance is required.
The SAM9XE serie provides multiple networking/connectivity options with on-chip USB 2.0 Full Speed Host and Device Ports, an Ethernet 10/100 Base-T MAC as well as a two-slot Multimedia Card Interface (SDCard/SDIO and MultiMediaCard Compliant), a Synchronous Serial Controller (SSC), four USARTs, two master/slave Serial Peripheral Interfaces (SPI), a debug UART and two Two Wire Interfaces (TWI).

 

Block Diagram
SAM9XE
Product Selection Table




Product Selection Table
Product Name Flash SRAM Clock Speed Package
SAM9XE512 512 Kbytes 32 Kbytes 180 MHz BGA217/QFP208
SAM9XE256 256 Kbytes 32 Kbytes 180 MHz BGA217/QFP208
SAM9XE128 128 Kbytes 16 Kbytes 180 MHz BGA217/QFP208
Key Resources
Datasheet SAM9XE Datasheet
Evaluation Kit SAM9XE Evaluation Kit
Software Package SAM9XE Software Package
In-System Programmer (SAM-BA) SAM-BA
PCB Schematic Checklist AT91SAM9XE Microcontroller Series Schematic Check List
PLL Filter Calculator PLL Filter Calculator (ZIP file)
IBIS and Boundary Scan Description
Product Name QFP Package
BGA Package
IBIS BSD IBIS BSD
SAM9XE512 PQFP208_IBIS N/A LFBGA217_IBIS LFBGA217_BSD
SAM9XE256 PQFP208_IBIS N/A LFBGA217_IBIS LFBGA217_BSD
SAM9XE128 PQFP208_IBIS N/A LFBGA217_IBIS LFBGA217_BSD

Comments
Written by: Sudha On 08 February 2010
SAM9XE

Hello,

       I am new to AT91SAM9xE512,was trying the example USART project for this device.I was able to build the project successfully,but i dont see any output on the hyperterminal.

The Baudrate and other configurations are as per the documentation.

 

Please help to slove probelm.

Written by: sundarakm On 21 March 2011
SAM9XE

Hi all,

 

Could anyone of you please guide me how to configure and access the host USB port in AT91SAM9XE evaluation kit. Currently I'm working with this kit and I want to plug an USB flash stick into the HOST USB port and access the data from that.

Written by: sathishksk On 23 March 2011
SAM9XE

Hi,

 

  Now i am working in AT91SAM9XE EK, boot via NFSBoot(buildroot). Any one have sample program for for this board in Linux?

Written by: oscarin43 On 11 January 2012
SAM9XE

Hi

 

> Right. I am trying to begin with the SAM9X example folder "getting-started-project-1.2-at91sam9xe-ek" available with the CD that comes with the device.

 

> When I load any project into Eclipse I get the following error. For example here is the getting started project.

 

> make all

> makefile:112: ~/at91lib/boards/at91sam9xe-ek/board.mak: No such file

> or directory

> make: *** No rule to make target `~/at91lib/boards/at91sam9xe-ek/board.mak'.  Stop.

> i open the make file and did this change

 

> AT91LIB = ../at91lib

> AT91LIB = at91lib

 

> and next build the project and i

> have this.

> make all

> arm-elf-gcc -g  -Iat91lib/boards/at91sam9xe-ek -Iat91lib/peripherals 

> -Iat91lib/components -Iat91lib -Dat91sam9xe512 -D__ASSEMBLY__ -c -o

> obj/board_cstartup.o at91lib/boards/at91sam9xe-ek/board_cstartup.S

> process_begin: CreateProcess(NULL, arm-elf-gcc -g -Iat91lib/boards/at91sam9xe-ek -Iat91lib/peripherals -Iat91lib/components -Iat91lib -Dat91sam9xe512 -D__ASSEMBLY__ -c -o obj/board_cstartup.o at91lib/boards/at91sam9xe-ek/board_cstartup.S, ...) failed.

> make (e=2): System file not found

> make: *** [obj/board_cstartup.o] Error 2

> i have two days with it, please i need some help about that.

> Best Regards

Login to leave a comment