CS-E9302 Olimex Ltd., CS-E9302 Datasheet - Page 18

MCU, MPU & DSP Development Tools DEV BRD FOR EP9301/ EP9302 ARM920T

CS-E9302

Manufacturer Part Number
CS-E9302
Description
MCU, MPU & DSP Development Tools DEV BRD FOR EP9301/ EP9302 ARM920T
Manufacturer
Olimex Ltd.
Datasheet

Specifications of CS-E9302

Processor To Be Evaluated
EP9302 ARM920T
Interface Type
RS-232, Ethernet, USB, I2S, JTAG, SPI, UART
Dimensions
110 mm x 90 mm
Operating Supply Voltage
5 V
Silicon Manufacturer
Cirrus
Core Architecture
ARM
Core Sub-architecture
ARM9
Silicon Core Number
EP9
Kit Contents
Board
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
1776317 52R3485
Cross-compiling a simple "hello world" example:
board by e.g. USB flash drive, http download etc.
Extract one of the provided cross-compilers on your host system and add it to the
PATH variable. Use the cross-compiler to build the example, then transfer it to the
Example commands:
----- On the host system -----
# cd /usr/local/arm
# tar xjf arm-linux-gcc-4.1.1-920t.tar.bz2
...
$ PATH=$PATH:/usr/local/arm/4.1.1-920t/bin
$ cat > hello.c
#include <stdio.h>
int main(void)
{
}
^D
$ arm-linux-gcc -o hello hello.c
$ cp hello ~/htdocs/
----- On the board -----
~ # wget http://192.168.0.xx/hello
~ # chmod 777 hello
~ # ./hello
Proba proba
0
1
unsigned int i;
printf("\r\nProba proba ");
for (i=0; i<10; i++)
printf("\r\n%d", i);
return 0;

Related parts for CS-E9302