1
0
mirror of https://github.com/armink/FlashDB.git synced 2025-01-29 04:32:53 +08:00
FlashDB/docs/zh-cn/demo-stm32f405rg.md
2020-10-08 11:17:36 +08:00

38 lines
854 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 基于 STM32F40X 片上 flash 的演示
## 介绍
基于 STM32F40X 芯片片上 Flash 的 KVDB 及 TSDB 演示
- MCU: STM32F405RG
- Flash Driver
- STM32 on-chip flash
- IO
- UART
- TXD: PA9
- RXD: PA10
## 使用
### 步骤1连接串口助手或终端
将开发板的串口连接至 PC并打开串口助手或终端工具
### 步骤2打开演示工程
支持下面两种 IDE
- Keil MDK打开 `RVMDK\FlashDB.uvprojx`
- [RT-Studio](https://www.rt-thread.org/page/studio.html): 通过工程向导进行导入
### 步骤3编译与下载
编译演示工程,如果编译成功,下载固件至开发板
### 步骤4检查日志结果
演示工程的运行结果,将会输出至 PC 的串口工具上。
> PS: 演示工程代码及日志分析,详见:入门 -> [演示说明文档](zh-cn/demo-details.md)