KVDB and TSDB demo on STM32F10X chip
- MCU: STM32F103VE
- Flash Driver
- STM32 on-chip flash
- IO
- UART
- TXD: PA9
- RXD: PA10
- UART
Connect the board to PC by serial port and open the PC serial terminal.
support 2 kinds of IDEs
- Keil MDK: open
RVMDK\FlashDB.uvprojx
- RT-Studio: import this folder by import wizard
Download the firmware to your board when build successful.
This demo's log will output to PC serial.
PS: Demo project code and log analysis, see: Getting Started -> Demo details