Due Board

By Arduino 138

Due Board

The Arduino Due is a microcontroller board based on the Microchip SAM3X8E Arm Cortex-M3 CPU. It is the first Arduino board based on a 32-bit ARM core microcontroller. The Due has 54 digital input/output pins (of which 12 can be used as PWM outputs), 12 analog inputs, four UARTs (hardware serial ports), an 84 MHz clock, a USB OTG capable connection, two DAC (digital to analog), two TWI, a power jack, an SPI header, a JTAG header, a reset button, and an erase button.

The board contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with an AC-to-DC adapter or battery to get started. The Due is compatible with all Arduino shields that work at 3.3 V and are compliant with the 1.0 Arduino pinout. The Due also has a 32-bit Arm core that can outperform typical 8-bit microcontroller boards.

The SAM3X has 512 KB (two blocks of 256 KB) of flash memory for storing code. The bootloader is preburned in factory from Microchip and is stored in a dedicated ROM memory. The available SRAM is 96 KB in two contiguous banks of 64 KB and 32 KB. All the available memory (Flash, RAM, and ROM) can be accessed directly as a flat addressing space. It is possible to erase the flash memory of the SAM3X with the onboard erase button. This will remove the currently loaded sketch from the MCU. To erase, press and hold the erase button for a few seconds while the board is powered.

Features
  • 54 digital I/O pins
  • 12 digital I/O pins capable of 8-bit PWM output
  • 12 analog input pins
  • Two analog output pins (12-bit DACs)
  • Native USB port directly connected to the SAM3X
  • 512 KB of Flash memory available for the user's application
  • 96 KB of SRAM (two banks: 64 KB and 32 KB)
  • 84 MHz clock speed
Applications
  • A 32-bit core, that allows operations on 4 bytes wide data within a single CPU clock
  • CPU clock at 84 MHz
  • 96 KBytes of SRAM
  • 512 KBytes of Flash memory for code
  • A DMA controller that can relieve the CPU from doing memory intensive tasks

新產品:

A000062

類別

Top