FlashDB/demos/stm32f405rg
armink 9eea31ac18 Add file storage mode. 2021-01-03 19:17:51 +08:00
..
.settings Add stm32f405rg demo. 2020-05-31 23:37:58 +08:00
RVMDK Add stm32f405rg demo. 2020-05-31 23:37:58 +08:00
applications Add file storage mode. 2021-01-03 19:17:51 +08:00
drivers [demo] update stm32f405 demo project. 2020-07-12 20:35:47 +08:00
libraries Add stm32f405rg demo. 2020-05-31 23:37:58 +08:00
linkscripts/STM32F405RG Add stm32f405rg demo. 2020-05-31 23:37:58 +08:00
.cproject [demo] update stm32f405 demo project. 2020-07-12 20:35:47 +08:00
.gitignore Add stm32f405rg demo. 2020-05-31 23:37:58 +08:00
.project Add stm32f405rg demo. 2020-05-31 23:37:58 +08:00
README.md Fix the log format. 2020-10-04 16:41:52 +08:00
makefile.targets Add stm32f405rg demo. 2020-05-31 23:37:58 +08:00

README.md

stm32f405rg on-chip flash demo

What

KVDB and TSDB demo on STM32F4X chip

  • MCU: STM32F405RG
  • 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.