Skip to content

Seeeduino Arch Pro development kit

Support for the Seeeduino Arch Pro board

Overview

The Seeeduino Arch Pro is an 32-bit ARM Cortex M3 microprocessor development board, featuring an Arduino-compatible shield interface and a RJ-45 network interface.

Hardware

Seeeduino Arch Pro Development Kit

MCU

MCULPC1768
FamilyARM Cortex-M3
VendorNXP
RAM64KB
Flash512KB
EEPROMno
Frequencyup to 100 MHz
FPUno
DMA8 channels
Timers4 x 32-bit
ADCs12-bit ADC
UARTs3x USART
SPIs2x USART
I2Cs2x
Vcc2.4V - 3.6V
DatasheetDatasheet
ManualManual
Board ManualBoard Manual
Board SchematicBoard Schematic

Pinout

User interface

PeripheralMapped toHardwarePinComments
LEDLED0LED1P1_18Green LED
LED1LED2P1_20Red LED
LED2LED3P1_21Blue LED
LED3LED4P1_23Yellow LED

Board configuration

Virtual serial port

The first UART device is mapped to stdout.

Note: the board controller always configures the virtual serial port at 115200 baud with 8 bits, no parity and one stop bit. This also means that it expects data from the MCU with the same settings.

Note: to use the virtual serial port, ensure you have the latest board controller firmware installed.

Flashing the device

To flash, the OpenOCD Software is required.

Flashing is supported by RIOT-OS by the command below:

make flash

To run the GDB debugger, use the command:

make debug

Or, to connect with your own debugger:

make debug-server

Image checksum

LPC ARM Cortext MCUs need a flash image checksum. When running make flash, this checksum is automatically generated and inserted into the firmware image right before flashing.

It depends on the lpc_checksum command-line utility, which can be installed using using pip install lpc_checksum or pip3 install lpc_checksum. After installing this utility, it should be available on your command-line.

Supported toolchains

For using the Seeeduino Arch Pro development kit we strongly recommend the usage of the GNU Tools for ARM Embedded Processors toolchain.

License information

Image: taken from Seeeduino website.