Anonymous
Apr 16, 2026
Rating: 4/5
Good value
Works well for most projects. The only minor issue is that the USB connector feels a bit loose, but functionality is not affected. Good price point.
Description
Reviews
| Brand | - |
| Category | Electronic Components / Maker DIY / Development Boards & Control Boards |
| Origin | - |
| Microcontroller Model | STM32F103RCT6 |
| Core Architecture | ARM Cortex-M3 32-bit RISC |
| Maximum Frequency | 72 MHz |
| Flash Memory | 256 KB |
| SRAM Capacity | 48 KB |
| GPIO Pins | 51 Available I/O Ports |
| ADC Resolution | 12-bit Successive Approximation |
| Communication Interfaces | USB, USART, SPI, I2C, CAN |
| Operating Voltage | 3.3V / 5V DC |
| Board Dimensions | 53mm x 23mm x 10mm |
Anonymous
Apr 16, 2026
Rating: 4/5
Good value
Works well for most projects. The only minor issue is that the USB connector feels a bit loose, but functionality is not affected. Good price point.
Anonymous
Apr 08, 2026
Rating: 5/5
Compact and powerful
Fits easily into small enclosures. I used this for a sensor logging project and the performance was excellent. The 256KB flash is plenty for my code.
Anonymous
Apr 01, 2026
Rating: 4/5
Solid hardware
Pinout is clear and the PCB quality is decent. Make sure you have an ST-Link debugger as one is not included. Overall satisfied with the purchase.
Anonymous
Mar 27, 2026
Rating: 5/5
Excellent compatibility
Used with CubeIDE and HAL libraries without any issues. Bootloaders work fine. It is a reliable minimal system board for development.
Anonymous
Feb 12, 2026
Rating: 5/5
Perfect for learning ARM
Great board for students and hobbyists. The pinout is clearly labeled and it works seamlessly with STM32CubeIDE. Highly recommended for anyone starting with ARM Cortex-M3.
Q: Does this board support the Arduino IDE?
A: Yes, this board supports the Arduino IDE when you install the STM32duino board package. You can select the generic STM32F103C series.
Q: Can this board drive DC motors directly?
A: The GPIO pins cannot drive motors directly due to current limits. You should use a motor driver module controlled by the PWM outputs on this board.
Q: Is an ST-Link debugger included in the package?
A: No, the development board is sold separately. You will need to purchase an ST-Link V2 or J-Link debugger separately to program the chip.
Q: Are the GPIO pins 5V tolerant?
A: Most GPIO pins on the STM32F103RCT6 are 5V tolerant, but we recommend using 3.3V logic for optimal reliability and longevity.
Q: Which IDE do you recommend for beginners?
A: We recommend STM32CubeIDE for beginners as it is free and integrates configuration tools. Keil MDK is also an option but requires a license for larger projects.