FlashDB/demos/stm32f103ve
armink 9eea31ac18 Add file storage mode. 2021-01-03 19:17:51 +08:00
..
.settings [demo] add stm32f10x chip demo. 2020-07-12 20:37:39 +08:00
RVMDK [demo] add stm32f10x chip demo. 2020-07-12 20:37:39 +08:00
applications Add file storage mode. 2021-01-03 19:17:51 +08:00
drivers [demo] add stm32f10x chip demo. 2020-07-12 20:37:39 +08:00
libraries [demo] add stm32f10x chip demo. 2020-07-12 20:37:39 +08:00
linkscripts/STM32F103VE [demo] add stm32f10x chip demo. 2020-07-12 20:37:39 +08:00
.cproject [demo] add stm32f10x chip demo. 2020-07-12 20:37:39 +08:00
.gitattributes [demo] add stm32f10x chip demo. 2020-07-12 20:37:39 +08:00
.gitignore [demo] add stm32f10x chip demo. 2020-07-12 20:37:39 +08:00
.project [demo] add stm32f10x chip demo. 2020-07-12 20:37:39 +08:00
README.md Fix the log format. 2020-10-04 16:41:52 +08:00
makefile.targets [demo] add stm32f10x chip demo. 2020-07-12 20:37:39 +08:00

README.md

stm32f103ve on-chip flash demo

What

KVDB and TSDB demo on STM32F10X chip

  • MCU: STM32F103VE
  • Flash Driver
    • STM32 on-chip flash
  • IO
    • UART
      • TXD: PA9
      • RXD: PA10

How

Step1: connect the serial terminal

Connect the board to PC by serial port and open the PC serial terminal.

Step2: open demo project

support 2 kinds of IDEs

  • Keil MDK: open RVMDK\FlashDB.uvprojx
  • RT-Studio: import this folder by import wizard

Step3: build and download

Download the firmware to your board when build successful.

Step4: check the log

This demo's log will output to PC serial.