© Copyright 2026. All Rights Reserved
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.
|
1
2 |
#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
}
|
1 x STM32F103C8T6 /STM32F103 ARM Cortex-M3 Development Board