DSP/BIOS Configuration Tool
DSP/BIOS Configuration Tool
The
DSP/BIOS Configuration Tool
(often called
Config Tool
or
GUI Tool
or
GUI
) creates and
modifies a system file called the Configuration DataBase (.CDB). If we talk about using CDB
files, we’re also talking about using the
Config Tool
.
DSP/BIOS Configuration Tool
DSP/BIOS Configuration Tool
(file .
(file .
cdb
cdb
)
)
MEM handles system
MEM handles system
memory configuration
memory configuration
(builds .
(builds .
cmd
cmd
file)
file)
Configures BIOS
Configures BIOS
scheduling, RTA and
scheduling, RTA and
other BIOS functions
other BIOS functions
Automatically
Automatically
handles: run
handles: run
-
-
time
time
support libraries,
support libraries,
interrupt vectors,
interrupt vectors,
system reset, etc.
system reset, etc.
The GUI (graphical user interface) simplifies system design by:
•
Automatically including the appropriate runtime support libraries
•
Automatically handles interrupt vectors and system reset
•
Handles system memory configuration (builds CMD file)
•
When a CDB file is saved, the Config Tool generates 5 additional files:
Filename
.cdb
Configuration Database
Filename
cfg_c.c
C code created by Config Tool
Filename
cfg.s28
ASM code created by Config Tool
Filename
cfg.cmd
Linker commands
Filename
cfg.h
header file for *cfg_c.c
Filename
cfg.h28
header file for *cfg.s28
When you add a CDB file to your project, CCS automatically adds the C and assembly
(.S28) files to the project under the
Generated Files
folder. (You must manually add the
CMD file, yourself.)
C28x - Programming Development Environment
2 - 21
Summary of Contents for C28 Series
Page 64: ...Summary 3 16 C28x Peripheral Registers Header Files ...
Page 78: ...Interrupt Sources 4 14 C28x Reset and Interrupts ...
Page 218: ...Lab 9 DSP BIOS 9 22 C28x Using DSP BIOS ...
Page 244: ...Lab 10 Programming the Flash 10 26 C28x System Design ...
Page 273: ...Appendix A eZdsp F2812 C28x Appendix A eZdsp F2812 A 1 ...
Page 276: ...Appendix P2 Expansion Interface A 4 C28x Appendix A eZdsp F2812 ...
Page 277: ...Appendix P4 P8 P7 I O Interface C28x Appendix A eZdsp F2812 A 5 ...
Page 278: ...Appendix A 6 C28x Appendix A eZdsp F2812 ...
Page 279: ...Appendix P5 P9 Analog Interface C28x Appendix A eZdsp F2812 A 7 ...
Page 282: ...Appendix A 10 C28x Appendix A eZdsp F2812 TP1 TP2 Test Points ...