Creative SB0350 Programming Manual page 43

Hardware programming guide
Table of Contents

Advertisement

3-14
Digitized Sound I/O Programming
When the DSP sends an interrupt, the following steps should be done in the interrupt
service routine:
1.
2.
At the end of data transfer:
1.
2.
3.
Program the DMA controller for the next block.
Program the DSP for the next block.
outp(wSBCBaseAddx+0xC, bCommand)
outp(wSBCBaseAddx+0xC, wLength.LowByte)
outp(wSBCBaseAddx+0xC, wLength.HighByte)
bCommand is one of the following:
bCommand
Description
24h
8-bit PCM input
14h
8-bit PCM output
74h
8 bit to 4 bit ADPCM output without reference byte
76h
8 bit to 3 bit ADPCM output without reference byte
16h
8 bit to 2 bit ADPCM output without reference byte
Please note that for ADPCM output, subsequent data block transfers must
be programmed using different commands; specifically those that do not
take a reference byte.
Turn off the DAC speaker.
outp(wSBCBaseAddx+0xC, 0xD3)
Disable the interrupt used.
Restore the original interrupt service routine.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents