abstract.txt

来自「STM32F103 SD卡控制程序」· 文本 代码 · 共 34 行

TXT
34
字号
***********************************************************
NOTE: DO NOT RECOMPILE THE EXAMPLE WITHOUT RTL-ARM LICENSE!
***********************************************************

This is an Real-Time Library (RL-ARM) Flash File System file 
manipulation example. You can create, read, copy, delete files 
from the SD/MMC Flash Memory Card and format the card. 

To use this example:

  - Connect ULINK2 to the MCBSTM32 Evaluation Board and power the board. 
  - Connect MCBSTM32 Board COM port to PC COM port via serial cable.
  - start Hyperterminal session 
          (115200 baud, 8-bits, no parity, 1 stop bit, XON/XOFF) 
  - In uVision - load the project file and execute Flash - Download.
  - In Hyperterminal window you have now a commandline interface
    to create, read, copy, delete files from the SD/MMC 
    Flash Memory Card and format the card.
     
The SD_FILE program is a standalone application loaded into
on-chip flash and available for two targets:

MCBSTM32:  Standalone application for Keil MCBSTM32 Board using
           COM port as a communication interface..

           Connect a serial cable to RS232 COM port using
           HyperTerminal at 115200 baud, 8-bits, no parity,
           1 stop bit, XON/XOFF.

This pre-compiled version is for target "MCBSTM32" and may be 
downloaded using a evalution version of the RealView MDK-ARM package 
(available at www.keil.com/demo).
           1 stop bit, XON/XOFF.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?