readme.txt

来自「C8051F0XX引导装入程序考虑及举例」· 文本 代码 · 共 46 行

TXT
46
字号
The files in this folder accompany the UART In-Application
Code Loading Examples Application note. 

//-------------------------------------------------------------------------
// Utilities
//-------------------------------------------------------------------------

1. Oh51.exe -- a copy of the OMF-51 to HEX file converter utility found
               in the 'bin' directory of the Cygnal IDE.

//-------------------------------------------------------------------------
// Description of files for the "C8051F30x Selective Code Loading Example"
//-------------------------------------------------------------------------

1. loader_F30x.c       -- Source file that contains the code loading
                          application.

2. blink_fast_F30x.c   -- Source file that contains code that will be
                          selectively loaded.

3. blink_slow_F30x.c   -- Source file that contains code that will be 
                          selectively loaded.

4. blink_fast_F30x.hex -- Selectively loaded code in HEX record format.

5. blink_slow_F30x.hex -- Selectively loaded code in HEX record format.

6. blink_fast_F30x.wsp -- Example project file that shows how to locate
                          functions at a specific address.

7. blink_slow_F30x.wsp -- Example project file that shows how to locate
                          functions at a specific address.

//-------------------------------------------------------------------------
// Description of files for the "C8051F30x Firmware Updating Example"
//-------------------------------------------------------------------------

1. updater_F30x.c      -- Source file that contains the firmware updater.

2. blink_F30x.c        -- source file that contains a sample firmware update.

3. blink_F30x.hex      -- a sample firmware update in HEX record format.

4. updater_F30x.wsp    -- Example project file that shows how to locate 
                          the firmware updater at a specific address.

⌨️ 快捷键说明

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