This development board has an STM32F103RB microcontroller. In this development board,
- 8 Mhz Crystal
- 32.768 Khz Crystal
- 2.8 inch TFT-LCD Touch screen.
The screen is a TFT-LCD Panel driven by the ili9325 driver. - PL2303 USB to Serial IC
- User Programmable USB port
- battery holder
- Potentiometer
- JTAG Port for debug and programming
- 2 User programmable LED (both Red Colour)
- 2 User configurable Push button
- Boot 0 Button
- Reset Button
- AMS117 3.3 V LDO
You can develop a program for this board using Keil, IAR or STM32 Cube IDE
You can program the microcontroller by holding the BOOT0 button and then while holding the boot button pressing the RESET button.
Which enable you to program the microcontroller using UART.
You will need STM32 Cube Programmer to upload hex files into the microcontroller
You can also program the Board using the JTAG port.
You can use the below application note for that.
How To / Guides
-
How to use the ST-LINK/V2-1 in STM32L476G-DISCO Board to program the STM32 on an external application board
-
How to redirect printf() to USART in STM32f103RB using STM32Cube IDE
-
Mini STM32 V3.0
-
Do not connect microcontroller pins to the VGA monitor directly
-
General Timer based on RTC using stm32f103rb
-
How to Blink LED on Mini STM32 v3.0 Discovery Board Using STM32CubeIDE
-
How to use 2.8 inch LCD driver on Mini Stm32 V3.0 using STM32CubeIDE
-
How to use Mini STM32 v3.0 USB Port as Virtual Com Port