現貨供應最新開發模組

Arch Max - Cortex-M4 based Mbed enable development board

  • mbed enabled
  • Online development tools
  • Easy to use C/C++ SDK
  • Lots of published libraries and projects
  • High performance STM32F407VGT6
  • ARM Cortex-M4 MCU with FPU at 168MHz
  • 1 MB Flash, 192 KB RAM
  • On-board open link for debug and programming
  • Drag-n-drop programming
  • USB serial communication
  • SWD debug with GDB+ pyOCD/OpenOCD, Keil or IAR
  • Arduino form factor, compatible with lots of shields
  • Build-in Ethernet, USB and SD card slot for connectivity and data exchange

代號
arch-max

SKU 即原廠標號
102080004

定價
1,330
特價
1,100 (含營業稅)

有庫存

原廠連結:http://www.seeedstudio.com/wiki/Arch_Max

1. Introduction

The Arch Max is an mbed enabled development board for rapid prototyping. It's based on a STM32F407VET6 microcontroller with an ARM Cortex-M4F core running at 168MHz. It includes an open link to provide SWD debug, drag-n-drop programming and USB serial communication.

2. Features

  • mbed enabled
    • Online development tools
    • Easy to use C/C++ SDK
    • Lots of published libraries and projects
  • High performance STM32F407VET6
    • ARM Cortex-M4 MCU with FPU at 168MHz
    • 512 KB Flash, 192 KB RAM
  • On-board open link for debug and programming
    • Drag-n-drop programming
    • USB serial communication
    • SWD debug with GDB+ pyOCD/OpenOCD, Keil or IAR
  • Arduino form factor, compatible with lots of shields
  • Build-in Ethernet, USB and SD card slot for connectivity and data exchange

3. Specification

Item Typical
Work Voltage 5V
Microcontroller STM32F407VET6
Flash Memory 512kB
RAM 192kB
UART 4
I2C 3
SPI 3
CAN 2
SDIO 1
Camera interface 1
Eth 1
ADC Channels 8
I/O pins 40
Digital I/O Max Input Voltage 5.0V
Diameter 90mm x 44mm

4. Pin definition

Arch Max Pinout.png

5. Usage

Get started with mbed.png

  1. Click this link to login or signup to mbed
  2. Import the mbed_blinky program
  3. Click the Compile icon of the top toolbar to compile the program, then download a compiled hex file.
  4. Drag-n-drop the downloaded bin file into the MBED disk

You can open main.cpp to change the program. For example, use the following code to blink the LED every 0.1s

#include "mbed.h"

DigitalOut led(LED1);           // on-board led is connected to D13

int main()
{
    while (true) {
        led = !led;
        wait(0.1);
    }
}

Debug

To enable SWD debug or to get debug message through USB Virtual serial, please install the driver from mbed.

6. Update or Restore Firmware

The latest firmware version for the Arch Max is v0203 built at Oct 8 2014. To check your firmware version and built date, open the MBED.HTM file of your MBED disk in a text editor.

  • Hold the Arch Max's button and power on it
  • A CRP DISABLD disk will show
    • On Windows, replace firmware.bin with the above firmware
    • On Linux/Mac, use command: dd if={new_firmware.bin} of={firmware.bin} conv=notrunc

7.Version

Name Version Note
Arch Max v1.0 5V power supplier didn't contact to USB power, user should connect to ext-power.

8. Resources

資料來源:https://www.seeedstudio.com/Arch-Max---Cortex-M4-based-Mbed-enable-development-board-p-2201.html

Description

This product will be retired soon, please consider our Arch Max v1.1 as your alternative choice.

The Arch Max is an mbed enabled development board for rapid prototyping.

It's based on a STM32F407VGT6 microcontroller with an ARM Cortex-M4F core running at 168MHz. It includes an open link to provide SWD debug, drag-n-drop programming and USB serial communication.

Features:

- mbed enabled

  - Online development tools

  - Easy to use C/C++ SDK

  - Lots of published libraries and projects

 

- High performance STM32F407VGT6

  - ARM Cortex-M4 MCU with FPU at 168MHz

  - 1 MB Flash, 192 KB RAM

 

- On-board open link for debug and programming

  - Drag-n-drop programming

  - USB serial communication

  - SWD debug with GDB+ pyOCD/OpenOCD, Keil or IAR

 

- Arduino form factor, compatible with lots of shields

- Build-in Ethernet, USB and SD card slot for connectivity and data exchange

 

Specification:

                    Item               

               Typical       

Work Voltage

5V

Microcontroller

STM32F407VET6

Flash Momery

512kB

EEPROM

4kB

RAM 

192kB

UART

4

I2C

3

SPI

3

       CAN    

          2         

                 SDIO                  

1

Camera interface

1

Eth

1

ADC Channels

8

I/O pins

40

     Digital I/O Max Input Voltage                       

5.0V

 

Pin Definition:

 

 

Documents:

 

Please visit our wiki page for more info about this product. It will be appreciated if  you can help us improve the documents, add more demo code or tutorials. For technical support, please post your questions to our forum.

 

For any technical support or suggestion, please kindly go to ourforum.

See More


Line share