TI中文支持网
TI专业的中文技术问题搜集分享网站

关于F28XXbios配置的问题

本人在维护公司前辈留下的软件时看到我以前没看到的几人文件,想请教一下:

如下图工程项目目录:

 

这里有个“DSP2808_BIOS_flash.tfc"和"DSP2808_BIOS_flashcfg.s28"文件。请问它们的作用是什么?如何建立,?

当缺少这二个文件时,编译无法通过。(以前没有搞过BIOS,请教一下如何学或使用?)

“DSP2808_BIOS_flashcfg.s28” 的相关内容如下:

;; CONFIGURATION/VERSION INFORMATION
 .asg "Thu Apr 25 09:34:27 2013", VERS$DATE

;; PROLOGUE
 .include DSP2808_BIOS_flashcfg.h28
 .copy confbeg.s28

;; TYPE HEADERS
 .include gbl.h28
 .include mem.h28
 .include obj.h28
 .include buf.h28
 .include pool.h28
 .include clk.h28
 .include prd.h28
 .include rtdx.h28
 .include hst.h28
 .include hwi.h28
 .include pie.h28
 .include swi.h28
 .include tsk.h28
 .include idl.h28
 .include log.h28
 .include pip.h28
 .include sem.h28
 .include mbx.h28
 .include que.h28
 .include lck.h28
 .include sts.h28
 .include sys.h28
 .include sio.h28
 .include gio.h28
 .include dev.h28
 .include udev.h28
 .include dio.h28
 .include dgn.h28
 .include dhl.h28
 .include dpi.h28
 .include msgq.h28
 .include hook.h28

;; TYPE ATTRIBUTES
MEM$NUMOF           .set 15
MEM$SETOF           .set 00H
OBJ$NUMOF           .set 0
OBJ$SETOF           .set 00H
BUF$NUMOF           .set 0
BUF$SETOF           .set 00H
CLK$NUMOF           .set 1
CLK$SETOF           .set 00H
PRD$NUMOF           .set 1
PRD$SETOF           .set 00H
RTDX$NUMOF          .set 0
RTDX$SETOF          .set 00H
HST$NUMOF           .set 2
HST$SETOF           .set 03H
HWI$NUMOF           .set 32
HWI$SETOF           .set 0ffffH
PIE$NUMOF           .set 96

………………………………………..

………………………………….等等。

这些符号是什么啊?以前没见过。

赞(0)
未经允许不得转载:TI中文支持网 » 关于F28XXbios配置的问题
分享到: 更多 (0)