Description

STM32F103C8T6 /STM32F103 ARM Cortex-M3 Development Board is  ARM-based STM32 Cortex-M3 Minimum System Development Board In Pakistan is devices use the Cortex-M3 core, with a maximum CPU speed of 72 MHz. The portfolio covers from 16 Kbytes to 1 Mbyte of Flash with motor control peripherals, USB full-speed interface and CAN Microcontrollers/STM32 32-bit Arm Cortex MCUs/STM32 Mainstream MCUs/STM32F1 Series.  This is STM32F103 Minimum System Board STM32 ARM Core Module. This board is a low-cost Minimum System Development Board for ARM Microcontroller STM32F103C8T6. Board is suitable for learners that want to learn STM32 microcontroller with ARM Cortex-M3 32-bit core.

 

Blinking on-board LED Arduino code:

1

2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

#define LED PC13

// the setup function runs once when you press reset or power the board
void setup() {
 // initialize digital pin PB1 as an output.
 pinMode(LED, OUTPUT);
}

// the loop function runs over and over again forever
void loop() {
 digitalWrite(LED, HIGH); // turn the LED on (HIGH is the voltage level)
 delay(1000); // wait for a second
 digitalWrite(LED, LOW); // turn the LED off by making the voltage LOW
 delay(1000); // wait for a second
}

 

Specifications and Features of STM32F103C8T6 /STM32F103 ARM Cortex-M3 Development Board :-

  1. 100% Brand new and high-quality STM32 Board
  2. 72MHz work frequency.
  3. 64K flash memory, 20K SRAM.
  4. 2.0-3.6V power, I/O.
  5. Reset(POR/PDR).
  6. 4-16MHz crystal.
  7. Onboard Mini USB interface, you can give the board power supply and USB communication.

To Program stm32 with Arduino IDE:

 Visit Blog 

Package Include:

1 x STM32F103C8T6 /STM32F103 ARM Cortex-M3 Development Board

100% Brand new and high-quality STM32 Board72MHz work frequency.64K flash memory, 20K SRAM.2.0-3.6V power, I/O.Reset(POR/PDR).4-16MHz crystal.Onboard Mini USB interface, you

Additional information

Weight 0.1 kg

Reviews

There are no reviews yet.

Be the first to review “STM32F103C8T6 / STM32F103 ARM Cortex-M3 Minimum System Development Board In Pakistan”

Your email address will not be published. Required fields are marked *

four × one =