abstract.txt

来自「This is an Real-Time Library (RL-ARM) Fl」· 文本 代码 · 共 39 行

TXT
39
字号
***********************************************************
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 MCBSTR9 Evaluation Board and power the board. 
  - Connect MCBSTR9 Board COM2 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:

MCBSTR9:   Standalone application for Keil MCBSTR9 Board using
           COM1 port as a communication interface..

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

MCBSTR9 RT_Agent:
           Standalone application for Keil MCBSTR9 Board using
           RealTime-Agent as a communication interface. 
           You can test it only with ULINK2 from uVision debugger.

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

⌨️ 快捷键说明

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