Difference between revisions of "Microduino-Module CoreSTM32"

From Microduino Wiki
Jump to: navigation, search
(Features)
(Specifications)
Line 19: Line 19:
 
|
 
|
  
==Specifications==
+
==Specification==
* Microcontroller: STM32F103CBT6
+
===Electrical Specification===
* Speed: 72MHz
+
*Microcontroller: STM32F103CBT6  
* Operating Voltage: 5V
+
*Frequency: 72MHz  
* Core Voltage: 3.3V
+
*Operation voltage: 5V  
* Flash: 128KB
+
*Core voltage: 3.3V  
* SRAM:  20KB
+
*Flash:128KB
* Digital I/O Pins:0,1,2,3,4,5,6,7,8,9,10,11,12,13,14(A0),15(A1),16(A2),17(A3),18(SDA),19(SCL),20(A6),21(A7)
+
* SRAM:20KB
* Analog Input Pins: A0(ADC12_IN0),A1(ADC12_IN1),A2(ADC12_IN2),A3(ADC12_IN3),10(ADC12_IN4),13(ADC12_IN5),12(ADC12_IN6),11(ADC12_IN7),A6(ADC12_IN8),A7(ADC12_IN9)  
+
===Pin Specification ===
* DC Current per I/O Pin: 40 mA
+
*Digital I/O pin:  
* DC Current:  50 mA
+
0,1,2,3,4,5,6,7,8,9,10,11,12,13,14(A0),15(A1),16(A2),17(A3),18(SDA),19(SCL),20(A6),21(A7)
* Serial: 0 (RX) and 1 (TX). Used to receive (RX) and transmit (TX) TTL serial data.
+
*Analog input pin:  
* Serail1: (RX3)和3(TX3). Used to receive (RX) and transmit (TX) TTL serial data.
+
A0(ADC12_IN0),A1(ADC12_IN1),A2(ADC12_IN2),A3(ADC12_IN3),10(ADC12_IN4),13(ADC12_IN5),12(ADC12_IN6),11(ADC12_IN7),A6(ADC12_IN8),A7(ADC12_IN9)  
* External Interrupts: 2 and 3. These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value. See the attachInterrupt() function for details.
+
*Serial port:  
* PWM: 0,1,4,11,12,14(A0),15(A1),16(A2),17(A3),18(SDA),19(SCL),20(A6),21(A7)
+
**Serial RX0 and TX1, used for receiving(RX) and sending(TX) TTL serial data.  
* SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication using the SPI
+
**Serial1 D2(RX3)and D3(TX3), used for receiving(RX) and sending(TX) TTL serial data.
 +
* Hardware PWM: 0,1,4,11,12,14(A0),15(A1),16(A2),17(A3),18(SDA),19(SCL),20(A6),21(A7)
 +
* SPI:D10(SPI1_NSS)、D11(SPI1_MOSI)、D12(SPI1_MISO)、D13(SPI1_SCK);
 +
*IIC:18(SDA)、19(SCL)
 +
*Each I/O port has interruption function. 
 +
 
 +
:[[file:Microduino-Core STM-PinoutBig.png|800px|thumb|center|Microduino-Core STM-Pinout]]
 +
:[[file:Microduino-Core STM-Pinout1Big.png|800px|thumb|center|Microduino-Core STM-Pinout]]
 +
:[[file:Microduino-Core STM-Pinout2Big.png|800px|thumb|center|Microduino-Core STM-Pinout]]
  
 
==Documents==
 
==Documents==

Revision as of 02:25, 17 December 2015

Language: English  • 中文
Microduino- CoreSTM32

Microduino-CoreSTM32 is one of core modules of Microduino series, Microduino-CoreSTM32 is an open source hardware and Maple Mini compatible. It is an 32-bit ARM Cortex-M3 development board, based on STMicroelectronics' STM32F103CBT6 chip. It can be combined with other Microduino modules and used in more projects.

Features

  • Small, stackable, and ecomomic
  • Open source hardware circuit design and Arduino compatible programming development environment.
  • Using the U-Shape 27-pin interface (UPin-27)--the standard interface of Microduino series
  • Microduino- CoreSTM32 can work with Microduino-USBTTL and burn programs into the bootloader flexibly.
  • With a uniform Microduino interface standard and rich peripheral modules, it can easily connect with other Microduino modules and sensors.
  • 2.54mm (0.1 inch) pin pitch, compatible with bread boards and pegboards.
  • Microduino- CoreSTM32 can work with Microduino-USBTTL and burn programs into the bootloader flexibly.Please refer to: bootloader

Specification

Electrical Specification

  • Microcontroller: STM32F103CBT6
  • Frequency: 72MHz
  • Operation voltage: 5V
  • Core voltage: 3.3V
  • Flash:128KB
  • SRAM:20KB

Pin Specification

  • Digital I/O pin:

0,1,2,3,4,5,6,7,8,9,10,11,12,13,14(A0),15(A1),16(A2),17(A3),18(SDA),19(SCL),20(A6),21(A7)

  • Analog input pin:

A0(ADC12_IN0),A1(ADC12_IN1),A2(ADC12_IN2),A3(ADC12_IN3),10(ADC12_IN4),13(ADC12_IN5),12(ADC12_IN6),11(ADC12_IN7),A6(ADC12_IN8),A7(ADC12_IN9)

  • Serial port:
    • Serial RX0 and TX1, used for receiving(RX) and sending(TX) TTL serial data.
    • Serial1 D2(RX3)and D3(TX3), used for receiving(RX) and sending(TX) TTL serial data.
  • Hardware PWM: 0,1,4,11,12,14(A0),15(A1),16(A2),17(A3),18(SDA),19(SCL),20(A6),21(A7)
  • SPI:D10(SPI1_NSS)、D11(SPI1_MOSI)、D12(SPI1_MISO)、D13(SPI1_SCK);
  • IIC:18(SDA)、19(SCL) ;
  • Each I/O port has interruption function.
Microduino-Core STM-Pinout
Microduino-Core STM-Pinout
Microduino-Core STM-Pinout

Documents

Microduino- CoreSTM32 used components.

Development

Set up the Microduino-CoreSTM32 development environment

  • Use the Maple IDE development environment: Microduino use the similar developemnt environment with the Arduino IDE, so you can use the Maple IDE, Flash or Processing and so on. Conbine with other Microduino module, you can finish more interesting projects.
  • Download the program to Microduino-CoreSTM32, you must use the Microduino-USB2TTL/zh module。
  • Configure the Maple IDE, please refer to Microduino-CoreSTM32 Maple Drive Install

Program for Microduino-CoreSTM32

  • Make sure installed the Microduino-CoreSTM32 derive
  • Prepared hardware:Microduino-CoreSTM32、USB cable
  • Prepared software:Maple IDE

The beginning of Micoduino-CoreSTM32

Burn the Microduino- CoreSTM32 BootLoader

Applicaion

Microduino CoreSTM32 Tutorial

History

Picture