spra999aSLBootLoader

所属分类:单片机开发
开发工具:Visual C++
文件大小:1450KB
下载次数:16
上传日期:2010-09-01 15:58:37
上 传 者cylblue
说明:  ti C6000系列制作flash引导用二次loader,使用rf3例程。
(ti C6000 series produced by second flash boot loader, use rf3 routine.)

文件列表:
spra999a SLBootLoader\BlinkDSK6713\blink.c (1657, 2003-04-11)
spra999a SLBootLoader\BlinkDSK6713\blink.obj (2399, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\BlinkApp.cdd (3584, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\BlinkDSK6713.hex (808295, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\BlinkDSK6713.map (10255, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\BlinkDSK6713.out (18142, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\BlinkDSK6713.paf (6589, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\BlinkDSK6713.pjt (1154, 2004-02-17)
spra999a SLBootLoader\BlinkDSK6713\blink_hex.map (971, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\boot.obj (514, 2004-02-03)
spra999a SLBootLoader\BlinkDSK6713\boot_c671x.h62 (1193, 2004-01-16)
spra999a SLBootLoader\BlinkDSK6713\boot_c671x.obj (1695, 2004-02-03)
spra999a SLBootLoader\BlinkDSK6713\boot_c671x.s62 (5433, 2004-02-03)
spra999a SLBootLoader\BlinkDSK6713\boot_c671x_2.obj (1771, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\boot_c671x_2.s62 (5507, 2006-05-05)
spra999a SLBootLoader\BlinkDSK6713\c6713dsk.h (769, 2002-08-23)
spra999a SLBootLoader\BlinkDSK6713\c6713_emif.obj (755, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\c6713_emif.s62 (1192, 2004-01-16)
spra999a SLBootLoader\BlinkDSK6713\cc_build_Debug.log (1124, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\cpld.c (7698, 2003-04-11)
spra999a SLBootLoader\BlinkDSK6713\cpld.h (3386, 2002-08-23)
spra999a SLBootLoader\BlinkDSK6713\cpld.obj (1464, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\Debug.lkf (750, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\Debug.lkv (750, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\emif.c (6001, 2003-04-11)
spra999a SLBootLoader\BlinkDSK6713\emif.h (1929, 2002-08-23)
spra999a SLBootLoader\BlinkDSK6713\emif.obj (888, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\FlashBlink_ahex.cmd (689, 2004-02-03)
spra999a SLBootLoader\BlinkDSK6713\lnk2.cmd (1215, 2004-02-03)
spra999a SLBootLoader\BlinkDSK6713\LogFlashBurn.txt (118, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\pll.c (4852, 2003-04-11)
spra999a SLBootLoader\BlinkDSK6713\pll.obj (1136, 2004-02-18)
spra999a SLBootLoader\BlinkDSK6713\timer.c (3974, 2003-04-09)
spra999a SLBootLoader\BlinkDSK6713\timer.h (1975, 2002-08-23)
spra999a SLBootLoader\BlinkDSK6713\timer.obj (1948, 2004-02-18)
spra999a SLBootLoader\rf3_dsk6713_boot\referenceframeworks\apps\rf3\algFIR\fir.c (1429, 2003-07-18)
spra999a SLBootLoader\rf3_dsk6713_boot\referenceframeworks\apps\rf3\algFIR\fir.h (2286, 2003-07-18)
spra999a SLBootLoader\rf3_dsk6713_boot\referenceframeworks\apps\rf3\algFIR\ifir.c (823, 2003-07-18)
spra999a SLBootLoader\rf3_dsk6713_boot\referenceframeworks\apps\rf3\algVOL\ivol.c (706, 2003-07-18)
spra999a SLBootLoader\rf3_dsk6713_boot\referenceframeworks\apps\rf3\algVOL\vol.c (1442, 2003-07-18)
... ...

TITLE ----- ICC (Inter-Cell Communication) module USAGE ----- RF5 DESCRIPTION ----------- The ICC module is a mechanism to move input and output data from a cell. FILES ----- Each ICC function is placed in a separate file to avoid dead code, unless two or more functions are always dependent; in that case, they are placed together in a single source file. - icc*.pjt: project files for building a library for the appropriate architecture - icc.c: global variables - icc_linearCreate.c: ICC_linearCreate() function - icc_linearDelete.c: ICC_linearDelete() function - ../include/icc.h: public header file for the icc module - readme.txt: this file NOTE ---- Files in the library are compiled with no optimization switches turned on, and the same is true for the project files. If you plan to use this module in a product release, it is advised that you rebuild the library with optimization turned on. Q&A --- Q1: Are ICC's require in RF5? Q2: Can the type of ICCs be expanded? --- Q1: Are ICC's require in RF5? A1: Yes. ICC's are the mechansim to passed input and output buffers into a cell. The other option was to have CHAN_execute() pass in these input and output buffers. That approach has several limitations which are not present with ICCs. --- Q2: Can the type of ICCs be expanded? A2: Yes. There are place-holders to allow additional types of ICC objects. Currently there is only linear buffer supported (i.e. raw buffer).

近期下载者

相关文件


收藏者