FlashDB/demos/stm32f405rg_spi_flash
Denis Shreiber cd789e69eb
Fix a typo in the FAL_PART_MAGIC_WORD definition (#182)
2022-10-02 22:06:48 +08:00
..
.settings [demo] update stm32f405 demo project. 2020-07-12 20:35:47 +08:00
RVMDK [demo][stm32f405rg_spi_flash] Add SPI Flash demo. 2020-06-26 23:33:59 +08:00
applications Fix a typo in the FAL_PART_MAGIC_WORD definition (#182) 2022-10-02 22:06:48 +08:00
drivers [demo][stm32f405rg_spi_flash] Add SPI Flash demo. 2020-06-26 23:33:59 +08:00
libraries [demo][stm32f405rg_spi_flash] Add SPI Flash demo. 2020-06-26 23:33:59 +08:00
linkscripts/STM32F405RG [demo][stm32f405rg_spi_flash] Add SPI Flash demo. 2020-06-26 23:33:59 +08:00
sfud [demo][stm32f405rg_spi_flash] Add SPI Flash demo. 2020-06-26 23:33:59 +08:00
.cproject [demo] update stm32f405 demo project. 2020-07-12 20:35:47 +08:00
.gitignore [demo][stm32f405rg_spi_flash] Add SPI Flash demo. 2020-06-26 23:33:59 +08:00
.project [demo][stm32f405rg_spi_flash] Add SPI Flash demo. 2020-06-26 23:33:59 +08:00
README.md Fix the log format. 2020-10-04 16:41:52 +08:00
makefile.targets [demo][stm32f405rg_spi_flash] Add SPI Flash demo. 2020-06-26 23:33:59 +08:00

README.md

stm32f405rg demo

What

KVDB and TSDB demo on STM32F4X chip

  • MCU: STM32F405RG
  • Flash Driver
    • spi flash (W25Q64) by using SFUD
  • IO
    • UART
      • TXD: PA9
      • RXD: PA10
    • SPI
      • CS: PB12 (software CS)
      • SCK: PB13
      • MISO: PB14
      • MOSI: PB15

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.