3.1
WinCE Platform Configurations for DSP/BIOS LINK
3.1.1 Config.bib
Note:
The address identified above is fixed and cannot be changed for binary release of the
3.1.2 Platform.bib
SPRUEW0 – March 2007
DSP/BIOS Link Usage
This section provides information on how to integrate the DSP LINK binaries into the
Windows CE image and exercise the DSP LINK samples.
The following modifications are required in the Platform configuration files for the integration of DSP/BIOS
LINK into the Windows CE OS Image.
The config.bib present in $(_WINCEROOT)\PLATFORM\<BSP_FOLDER>\FILES needs to have the
entries related to the DSP/BIOS LINK usage.
The below shows a sample setting to be added to the MEMORY section of the config.bib
DSPMEM0
8FE00000
00100000 RESERVED ;; DSPLINK Entry 0 - 1024 KB
DSPMEM1
8FF00000
00000080 RESERVED ;; DSPLINK Entry 1 - 128 Bytes
DSPMEM2
8FF00080
000FFF80 RESERVED ;; DSPLINK Entry 2 - 1023 KB
DSP/BIOS LINK.
Please note that the SDRAM Address ranges [0x8FE00000, 0x8FF00000 and
0x8FF00080] are specific to the DaVinci EVM platform and may have to be updated if
DSP/BIOS LINK needs to be integrated into a custom Windows CE BSP.
The platform.bib present in $(_WINCEROOT)\PLATFORM\<BSP_FOLDER>\FILES needs to have the
entries related to the DSP/BIOS LINK.
The following shows the sample setting to be added to the MODULES section of the platform.bib
IF BSP_DSPBIOSLINK
dsplinkapi.dll
$(_FLATRELEASEDIR)\dsplinkapi.dll
NK
SH
dspbioslink.dll $(_FLATRELEASEDIR)\dspbioslink.dll
NK
SH
ENDIF ;;BSP_DSPBIOSLINK
The following shows the sample setting to be added to the FILES section of the platform.bib
IF BSP_DSPBIOSLINK
loopgpp.exe
$(_FLATRELEASEDIR)\loopgpp.exe
NK
S
messagegpp.exe
$(_FLATRELEASEDIR)\messagegpp.exe
NK
S
readwritegpp.exe
$(_FLATRELEASEDIR)\readwritegpp.exe
NK
S
loop.out
$(_FLATRELEASEDIR)\loop.out
NK
message.out
$(_FLATRELEASEDIR)\message.out
NK
readwrite.out
$(_FLATRELEASEDIR)\readwrite.out
NK
scale.out
$(_FLATRELEASEDIR)\scale.out
NK
SPRUEW0 – March 2007
DSP/BIOS Link Usage
11
Submit Documentation Feedback