Vs1011 - Mp3 Audio Codec
Vs1011 - Mp3 Audio Codec
VS1011 PRELIMINARY
GPIO
VS1011 GPIO Stereo Stereo Ear−
audio
L
DAC phone Driver R
4
output
X ROM
DREQ
SO X RAM
4
SI Serial
Data/
VSDSP
SCLK Control
Interface
XCS Y ROM
XDCS
Y RAM
Instruction Instruction
RAM ROM
Solution y CONTENTS
Contents
1 License 8
2 Disclaimer 8
3 Definitions 8
5.1 Packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
5.1.1 LQFP-48 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
5.1.2 BGA-49 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
Solution y CONTENTS
7 SPI Buses 16
7.1 General . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
7.3.1 General . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
7.4.1 General . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
8 Functional Description 21
Solution y CONTENTS
9 Operation 32
9.1 Clocking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
9.4 Play/Decode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
Solution y CONTENTS
10 VS1011 Registers 35
Solution y CONTENTS
12 Contact Information 43
List of Figures
4 BSYNC Signal. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
Solution y 1. LICENSE
1 License
MPEG Layer-3 audio decoding technology licensed from Fraunhofer IIS and Thomson.
2 Disclaimer
This is a preliminary datasheet. All properties and figures are subject to change.
3 Definitions
B Byte, 8 bits.
b Bit.
IC Integrated Circuit.
W Word. In VS DSP, instruction words are 32-bit and data words are 16-bit wide.
Solution y
Note, that some analog values are in practice better than in these tables if chips are used within a limited
temperature range and not too close to lower voltage limits.
1 3.6 volts can be achieved with +-to-+ wiring for mono difference sound.
2 AOLR1/2 may be much lower, but below Typical distortion performance may be compromised.
Solution y
Solution y
The following values are to be used when the clock doubler is active:
Parameter Symbol Min Typ Max Unit
Positive Digital DVDD 2.5 2.7 3.6 V
Input Clock Frequency XTALI 12.288 13 MHz
Internal Clock Frequency1 CLKI 24.576 26 MHz
1 The maximum sample rate that may be played with correct speed is CLKI/512.
The following values are to be used when the clock doubler is not active:
Parameter Symbol Min Typ Max Unit
Positive Digital DVDD 2.5 2.7 3.6 V
Input Clock Frequency XTALI 24.576 26 MHz
Internal Clock Frequency1 CLKI 24.576 26 MHz
1 The maximum sample rate that may be decoded with correct speed is CLKI/512.
Note: With higher than typical voltages, VS1011 may operate with CLKI upto 30..32 MHz. However,
the chips are not qualified for this kind of usage. If necessary, VLSI Solution Oy can qualify chips for
higher clock rates for quantity orders.
Solution y
5.1 Packages
5.1.1 LQFP-48
48
1
5.1.2 BGA-49
C
4.80
7.00
0.80 TYP
1.10 REF
0.80 TYP
1.10 REF
4.80
7.00
TOP VIEW
Pin types:
In BGA-49, no-connect balls are C3, C2, C1, D1, F1, G1, G2, G4, E6, F7, G5, G7, E5, D7, B7, A7, A1.
In LQFP-48, no-connect pins are 1, 2, 5, 7, 11, 12, 15, 24, 25, 26, 27, 31, 35, 36, 48.
The ground buffer GBUF can be used for common voltage (1.37 V) for earphones. This will eliminate
the need for large isolation capacitors on line outputs, and thus the audio output pins from VS1011 may
be connected directly to the earphone connector.
If GBUF is not used, LEFT and RIGHT must be provided with 100 µF capacitors.
Note: This connection assumes SM SDINEW is active (see Chapter 8.6.1). If also SM SDISHARE is
used, xDCS doesn’t need to be connected (see Chapter 7.2.1).
7 SPI Buses
7.1 General
The SPI Bus - that was originally used in some Motorola devices - has been used for both VS1011’s
Serial Data Interface SDI (Chapters 7.3 and 8.4) and Serial Control Interface SCI (Chapters 7.4 and 8.5).
This mode is active when SM SDINEW is 0 (default). In this mode, DCLK, SDATA and BSYNC are
active.
7.3.1 General
The serial data interface operates in slave mode so the DCLK signal must be generated by an external
circuit.
Data (SDATA signal) can be clocked in at either the rising or falling edge of DCLK (Chapter 8.6).
VS1011 assumes its data input to be byte-sychronized. SDI bytes may be transmitted either MSb or LSb
first, depending of contents of SCI MODE (Chapter 8.6).
In VS1002 native modes (which are available also in VS1011), byte synchronization is achieved by
XDCS (or XCS if SM SDISHARE is 1). The state of XDCS (or XCS) may not change while a data
byte transfer is in progress. To always maintain data synchronization even if there may be glitches in the
boards using VS1011, it is recommended to turn XDCS (or XCS) every now and then, for instance once
after every flash data block or a few kilobytes, just to keep sure the host and VS1011 are in sync.
For new designs, using VS1002 native modes are recommended, as they are easier to implement than
BSYNC generation.
BSYNC
SDATA D7 D6 D5 D4 D3 D2 D1 D0
DCLK
When VS1011b is running in VS1001 compatibility mode, a BSYNC signal must be generated to ensure
correct byte-alignment of the input bitstream. The first DCLK sampling edge (rising or falling, depending
on selected polarity), during which the BSYNC is high, marks the first bit of a byte (LSB if LSB-first
order is used, MSB if MSB-first order is used).
The DREQ signal of the data interface is used in slave mode to signal if VS1011’s FIFO is capable of
receiving more input data. If DREQ is high, VS1011 can take at least 32 bytes of data. When there is
less than 32 bytes of free space, DREQ is turned low, and the sender should stop transferring new data.
Because of the 32-byte safety area, the sender may send upto 32 bytes of data at a time without checking
the status of DREQ, making controlling VS1011 easier for low-speed microcontrollers.
Note: DREQ may turn low or high at any time, even during a byte transmission. Thus, DREQ should
only be used to decide whether to send more bytes. It should not abort a byte transmission that has
already started.
7.4.1 General
The serial bus protocol for the Serial Command Interface SCI (Chapter 8.5) consists of an instruction
byte, address byte and one 16-bit data word. Each read or write operation can read or write a single
register. Data bits are read at the rising edge, so the user should update data at the falling edge. Bytes are
always send MSb firrst.
The operation is specified by an 8-bit instruction opcode. The supported instructions are read and write.
See table below.
Instruction
Name Opcode Operation
READ 0000 0011 Read data
WRITE 0000 0010 Write data
Note: After sending an SCI command, it is not allowed to send SCI or SDI data for 5 microseconds.
VS1011 registers are read by the following sequence, as shown in Figure 5. First, XCS line is pulled
SI line followed by an 8-bit word address. After the address has been read in, any further data on SI is
ignored. The 16-bit data corresponding to the received address will be shifted out onto the SO line.
XCS should be driven high after data has been shifted out.
VS1011 registers are written to using the following sequence, as shown in Figure 6. First, XCS line is
pulled low to select the device. Then the WRITE opcode (0x2) is transmitted via the SI line followed by
an 8-bit word address.
After the word has been shifted in and the last clock has been sent, XCS should be pulled high to end the
WRITE sequence.
XCS
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 30 31
SCK
3 2 1 0
SI 0 0 0 0 0 0 1 1 0 0 0 0 don’t care don’t care
data out
instruction (read) address
15 14 1 0
SO 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X
XCS
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 30 31
SCK
3 2 1 0 15 14 1 0
SI 0 0 0 0 0 0 1 0 0 0 0 0 X
1 25ns is when pin loaded with 100pF capacitance. The time is shorter with lower capacitance.
Note: As tWL and tWH, as well as tH require at least 2 clock cycles, the maximum speed for the SPI
bus that can easily be used is 1/6 of VS1011’s external clock speed XTALI. Slightly higher speed can be
achieved with very careful timing tuning. For details, see Application Notes for VS10XX.
Note: Negative numbers mean that the signal can change in different order from what is shown in the
diagram.
XCS
tXCS
0 1 14 15 16 30 31
SCK
SI
tH
tSU
SO
tZ
tV tDIS
XCS
0 1 2 3 30 31 32 33 61 62 63
SCK
1 0 2 1 0
SI 0 0 0 0 X 0 0 X
SDI Byte 1
SDI Byte 2
XCS
0 1 2 3 6 7 8 9 13 14 15
SCK
7 6 5 4 3 1 0 7 6 5 2 1 0
SI X
XCS
0 1 6 7 8 9 38 39 40 41 46 47
SCK
7 6 5 1 0 1 0 7 6 5 1 0
SI 0 0 X
8 Functional Description
VS1011 is based on a proprietary digital signal processor, VS DSP. It contains all the code and data
memory needed for MPEG and WAV PCM audio decoding, together with serial interfaces, a multirate
stereo audio DAC and analog output amplifiers and filters.
VS1011 can play all MPEG 1 and 2 layer III files, with all sample rates and bitrates, including variable
bitrate (VBR).
Conventions
Mark Description
+ Format is supported
- Format exists but is not supported
Format doesn’t exist
MPEG 1.01 :
Samplerate / Hz Bitrate / kbit/s
32 40 48 56 64 80 96 112 128 160 192 224 256 320
48000 + + + + + + + + + + + + +3 +3
44100 + + + + + + + + + + + + + +3
32000 + + + + + + + + + + + + + +
MPEG 2.01 :
Samplerate / Hz Bitrate / kbit/s
8 16 24 32 40 48 56 64 80 96 112 128 144 160
24000 + + + + + + + + + + + + + +
22050 + + + + + + + + + + + + + +
16000 + + + + + + + + + + + + + +
MPEG 2.51 2 :
Samplerate / Hz Bitrate / kbit/s
8 16 24 32 40 48 56 64 80 96 112 128 144 160
12000 + + + + + + + + + + + + + +
11025 + + + + + + + + + + + + + +
8000 + + + + + + + + + + + + + +
SCI_BASS = 0 A1ADDR = 0
SDI L
Bitstream MP3/WAV Bass User Volume Audio S.rate.conv.
FIFO decoding enhancer application control FIFO and DAC R
First, depending on the audio data, MP3 or PCM WAV data is received and decoded from the SDI bus.
After decoding, data may be sent to the Bass Enhancer depending on SCI BASS.
Then, if SCI AIADDR is non-zero, application code is executed from the address pointed to by that
register. For more details, see Application Notes for VS10XX.
After the optional user application, the signal is fed to the volume control unit, which also copies the
data to the Audio FIFO.
The Audio FIFO holds the data, which is read by the Audio interrupt (Chapter 10.9.1) and fed to the
sample rate converter and DACs. The size of the audio FIFO is 512 stereo (2×16-bit) samples.
The sample rate converter converts all different sample rates to CLKI/512 and feeds the data to the DAC,
which in order creates a stereo in-phase analog signal. This signal is then forwarded to the earphone
amplifier.
The serial data interface is meant for transferring compressed MP3 audio data as well as WAV PCM data.
Also several different tests may be activated through SDI as described in Chapter 9.
The serial control interface is compatible with the SPI bus specification. Data transfers are always 16
bits. VS1011 is controlled by writing and reading the registers of the interface.
1 Firmware changes the value of this register immediately to 0x18, and in less than 100 ms to 0x10.
When SM DIFF is set, the player inverts the left channel output. For a stereo input this creates a virtual
surround, and for a mono input this effectively creates a differential left/right signal.
By setting SM RESET to 1, the player is software reset. This bit clears automatically.
When the user decoding a WAV file wants to get out of the file without playing it to the end, set
SM OUTOFWAV, and send zeros to VS1002c until SM OUTOFWAV is again zero. If the user doesn’t
want to check SM OUTOFWAV, send 128 zeros.
Bit SM PDOWN sets VS1011 into software powerdown mode. Note that software powerdown is not
nearly as power efficient as hardware powerdown activated with the XRESET pin.
If SM TESTS is set, SDI tests are allowed. For more details on SDI tests, look at Chapter 9.6.
SM STREAM activates VS1011’s stream mode. In this mode, data should be sent with as even intervals
as possible (and preferable with data blocks of less than 512 bytes), and VS1011 makes every attempt
to keep its input buffer half full by changing its playback speed upto 5%. For best quality sound, the
average speed error should be within 0.5%, the bitrate should not exceed 160 kbit/s and VBR should not
be used. For details, see Application Notes for VS10XX.
SM DACT defines the active edge of data clock for SDI. If clear data is read at the rising edge, and if set
data is read at the falling edge.
When SM SDIORD is clear, bytes on SDI are sent as a default MSb first. By setting SM SDIORD, the
user may reverse the bit order for SDI, i.e. bit 0 is received first and bit 7 last. Bytes are, however, still
sent in the default order. This register bit has no effect on the SCI bus.
Setting SM SDISHARE makes SCI and SDI share the same chip select, as explained in Chapter 7.2, if
also SM SDINEW is set.
Setting SM SDINEW will activate VS1002 native serial modes as described in Chapters 7.2.1 and 7.3.2.
SCI STATUS contains information on the current status of VS1011 and lets the user shutdown the chip
without audio glitches.
SS VER is 0 for VS1001, 1 for VS1011, 2 for VS1002 and 3 for vs1003.
SS APDOWN2 controls analog driver powerdown. Normally this bit is controlled by the system firmware.
However, if the user wants to powerdown VS1011 with a minimum power-off transient, turn this bit to 1,
then wait for at least a few milliseconds before activating reset. For more details, see Application Notes
for VS10XX.
SS APDOWN1 controls internal analog powerdown. This bit is meant to be used by the system firmware
only.
SS AVOL is the analog volume control: 0 = -0 dB, 1 = -6 dB, 3 = -12 dB. This register is meant to be
used automatically by the system firmware only.
The Bass Enhancer VSBE is a powerful bass boosting DSP algorithm, which tries to take the most out
of the users earphones without causing clipping.
VSBE is activated when SB AMPLITUDE is set to non-zero. SB AMPLITUDE should be set to the
user’s preferences, and SB FREQLIMIT to roughly 1.5 times the lowest frequency the user’s audio
system can reproduce.
Note: Because VSBE tries to avoid clipping, it gives the best bass boost with dynamical music material,
or when the playback volume is not set to maximum.
SCI CLOCKF is used to tell if the input clock XTALI is running at something else than 24.576 MHz.
XTALI is set in 2 kHz steps. Thus, the formula for calculating the correct value for this register is XT ALI
2000
(XTALI is in Hz). Values may be between 0..32767, although hardware limits the highest allowed speed.
Also, with speeds lower than 24.576 MHz all sample rates and bitstream widths are no longer available.
Setting the MSB of SCI CLOCKF to 1 activates internal clock-doubling. A clock of upto 15 MHz may
be doubled depending on the voltage provided to the chip.
Note: SCI CLOCKF must be set before beginning decoding audio data; otherwise the sample rate will
not be set correctly.
Note: SCI CLOCKF needs to be rewritten after each software reset. This is different from how VS1002
operates.
26000000
Example 1: For a 26 MHz clock the value would be 2000 = 13000.
Example 2: For a 13 MHz external clock and using internal clock-doubling for a 26 MHz internal
frequency, the value would be 0x8000 + 13000000
2000 = 39268.
Example 3: For a 24.576 MHz clock the value would be either 24576000
2000 = 12288, or just the default
value 0. For this clock frequency, SCI CLOCKF doesn’t need to be set.
When decoding correct data, current decoded time is shown in this register in full seconds.
The user may change the value of this register. However, in that case the new value should be written
twice.
When decoding correct data, the current sample rate and number of channels can be found in bits 15..1
and 0 of SCI AUDATA, respectively. Bits 15..1 contain the sample rate divided by two, and bit 0 is 0 for
mono data and 1 for stereo. Writing to this register will change the sample rate on the run to the number
given.
SCI WRAM is used to upload application programs and data to instruction and data RAMs. The start
address must be initialized by writing to SCI WRAMADDR prior to the first call of SCI WRAM. As 16
bits of data can be transferred with one SCI WRAM write, and the instruction word is 32 bits long, two
consecutive writes are needed for each instruction word. The byte order is big-endian (i.e. MSBs first).
After each full-word write, the internal pointer is autoincremented.
SCI WRAMADDR is used to set the program address for following SCI WRAM writes.
When read, SCI HDAT0 and SCI HDAT1 contain header information that is extracted from MPEG
stream being currently being decoded. Right after resetting VS1011, 0 is automatically written to both
registers, indicating no data has been found yet.
The “sample rate” field in SCI HDAT0 is interpreted according to the following table:
When decoding a WAV file, SPI HDAT0 and SPI HDAT1 read as 0x7761, and 0x7665, respectively.
SCI AIADDR indicates the start address of the application code written earlier with SCI WRAMADDR
and SCI WRAM registers. If no application code is used, this register should not be initialized, or it
should be initialized to zero. For more details, see Application Notes for VS10XX.
SCI VOL is a volume control for the player hardware. For each channel, a value in the range of 0..191
or 255 may be defined to set its attenuation from the maximum volume level (in 0.5 dB steps). The
left channel value is then multiplied by 256 and the values are added. Thus, maximum volume is 0 and
total silence if 0xFFFF. Example: for a volume of -2.0 dB for the left channel and -3.5 dB for the right
channel: (4*256) + 7 = 0x407. Note, that at startup volume is set to full volume. Resetting the software
does not reset the volume setting.
Note: Setting the volume to total silence (255 for both left and right channels) will turn analog power
off.
SCI AICTRL[x] registers ( x=[0 .. 3] ) can be used to access the user’s application program.
Decoded digital data is transformed into analog format by an 18/20-bit oversampling multi-bit sigma-
delta D/A converter. The oversampled output is low-pass filtered by an on-chip analog filter. The output
rate of the D/A converter is always 1/4 of the clock rate, or 128 times the highest usable sample rate. For
instance for a 24.576 MHz clock, the D/A converter operates at 128x48 kHz, which is 6.144 MHz. If the
input sample rate is other than 48 kHz, it is internally converted to 48 kHz by the DAC. This removes the
need for complex PLL-based clocking schemes and allows almost unlimited sample rate accuracy with
one fixed master clock frequency.
If the input ot the decoder is invalid or it is not received fast enough, analog outputs are automatically
muted.
Solution y 9. OPERATION
9 Operation
9.1 Clocking
VS1011 operates on a single, nominally 24.576 MHz fundamental frequency master clock. This clock
can be generated by external circuitry (connected to pin XTALI) or by the internal clock chrystal interface
(pins XTALI and XTALO). This clock is sufficient to support a high quality audio output for almost all
standard sample rates and bit-rates (see Application Notes for VS10XX).
When the XRESET -signal is driven low, VS1011 is reset and all the control registers and internal states
are set to the initial values. XRESET-signal is asynchronous to any external clock. The reset mode
doubles as a full-powerdown mode, where both digital and analog parts of VS1011 are in minimum
power consumption stage, and where clocks are stopped. Also XTALO and XTALI are grounded.
After a hardware reset (or at power-up), the user should set such basic software registers as SCI VOL
for volume (and SCI CLOCKF if the input clock is anything else than 24.576 MHz) before starting
decoding.
In some cases the decoder software has to be reset. This is done by activating bit 2 in SCI MODE register
(Chapter 8.6.1). Then wait for at least 2 µs, then look at DREQ. DREQ will stay down for at least 6000
clock cycles, which means an approximate 250 µs delay if VS1011 is run at 24.576 MHz. After DREQ
is up, you may continue playback as usual.
If you want to make sure VS1011 doesn’t cut the ending of low-bitrate data streams and you want to do
a software reset, it is recommended to feed 2048 zeros to the SDI bus after the file and before the reset.
9.4 Play/Decode
This is the normal operation mode of VS1011. SDI data is decoded. Decoded samples are converted to
analog domain by the internal DAC. If there are bad problems in the decoding process, the error flags of
SCI HDAT0 and SCI HDAT1 are set to 0 and analog outputs are muted.
When there is no input for decoding, VS1011 goes into idle mode (lower power consumption than during
decoding) and actively monitors the serial data input for valid data.
Solution y 9. OPERATION
VS1011 can be used as a PCM decoder by sending to it a WAV file header. If the length sent in the WAV
file is 0 or 0xFFFFFFF, VS1011 will stay in PCM mode indefinitely. 8-bit linear and 16-bit linear audio
is supported in mono or stereo.
There are several test modes in VS1011, which allow the user to perform memory tests, SCI bus tests,
and several different sine wave tests.
All tests are started in a similar way: VS1011 is hardware reset, SM TESTS is set, and then a test
command is sent to the SDI bus. Each test is started by sending a 4-byte special command sequence,
followed by 4 zeros. The sequences are described below.
Sine test is initialized with the 8-byte sequence 0x53 0xEF 0x6E n 0 0 0 0, where n defines the sine test
to use. n is defined as follows:
n bits
Name Bits Description
F s Idx 7:5 Sample rate index
S 4:0 Sine skip speed
F s Idx Fs
0 44100 Hz
1 48000 Hz
2 32000 Hz
3 22050 Hz
4 24000 Hz
5 16000 Hz
6 11025 Hz
7 12000 Hz
S
The frequency of the sine to be output can now be calculated from F = F s × 128 .
Example: Sine test is activated with value 126, which is 0b01111110. Breaking n to its components,
F s Idx = 0b011 = 1 and thus F s = 22050Hz. S = 0b11110 = 30, and thus the final sine frequency
30
F = 22050Hz × 128 ≈ 5168Hz.
To exit the sine test, send the sequence 0x45 0x78 0x69 0x74 0 0 0 0.
Note: Sine test signals go through the digital volume control, so it is possible to test channels separately.
Solution y 9. OPERATION
Pin test is activated with the 8-byte sequence 0x50 0xED 0x6E 0x54 0 0 0 0. This test is meant for chip
production testing only.
Memory test mode is initialized with the 8-byte sequence 0x4D 0xEA 0x6D 0x54 0 0 0 0. After this
sequence, wait for 200000 clock cycles. The result can be read from the SCI register SCI HDAT0, and
’one’ bits are interpreted as follows:
Bit(s) Meaning
15 Test finished
14..7 Unused
6 Mux test succeeded
5 Good I RAM
4 Good Y RAM
3 Good X RAM
2 Good I ROM
1 Good Y ROM
0 Good X ROM
Erk test is activated with the 8-byte sequence 0xCB 0x72 0x6B 0x54 0 0 0 0. This test is meant for chip
production testing only.
Sci test is initialized with the 8-byte sequence 0x53 0x70 0xEE n 0 0 0 0, where n − 48 is the register
number to test. The content of the given register is read and copied to SCI HDAT0. If the register to be
tested is HDAT0, the result is copied to SCI HDAT1.
Example: if n is 48, contents of SCI register 0 (SCI MODE) is copied to SCI HDAT0.
10 VS1011 Registers
User software is required when a user wishes to add some own functionality like DSP effects or tone
controls to VS1011.
However, most users of VS1011 don’t need to worry about writing their own code, or about this chapter,
including those who only download software plug-ins from VLSI Solution’s Web site.
VS DSP is a 16/32-bit DSP processor core that also had extensive all-purpose processor features. VLSI
Solution’s free VSKIT Software Package contains all the tools and documentation needed to write, sim-
ulate and debug Assembly Language or Extended ANSI C programs for the VS DSP processor core.
VLSI Solution also offers a full Integrated Development Environment VSIDE for full debug capabilities.
SCI registers described in Chapter 8.6 can be found here between 0xC000..0xC00F. In addition to these
registers, there is one in address 0xC010, called SPI CHANGE.
0000 0000
0030 System Vectors Stack Stack 0030
0098 User 0098
Instruction
0500 RAM X DATA Y DATA 0500
RAM RAM
0780 0780
User
0800 Space 0800
0C00 0C00
1380 1380
User
1400 Space 1400
1800 1800
4000 4000
6000 6000
7000 7000
C000 C000
Hardware
Register
C100 Space C100
Every fourth clock cycle, an internal 26-bit counter is added to by DAC FCTLH[3:0] × 65536 + DAC FCTLL.
Whenever this counter overflows, values from DAC LEFT and DAC RIGHT are read and a DAC inter-
rupt is generated.
GPIO DIR is used to set the direction of the GPIO pins. 1 means output. GPIO ODATA remembers its
values even if a GPIO DIR bit is set to input.
Note: Bits 2 and 3 of GPIO DDR and GPIO ODATA are switched in some pre-production VS1011’s
dated 2003. Thus, for example, writing 8 to both registers in such a chip will set pin GPIO2 to 1 instead
of GPIO3.
INT ENABLE controls the interrupts. The control bits are as follows:
Note: It may take upto 6 clock cycles before changing INT ENABLE has any effect.
Writing any value to INT GLOB DIS adds one to the interrupt counter INT COUNTER and effectively
disables all interrupts. It may take upto 6 clock cycles before writing to this register has any effect.
Writing any value to INT GLOB ENA subtracts one from the interrupt counter (unless INT COUNTER
already was 0). If the interrupt counter becomes zero, interrupts selected with INT ENABLE are re-
stored. An interrupt routine should always write to this register as the last thing it does, because in-
terrupts automatically add one to the interrupt counter, but subtracting it back to its initial value is the
responsibility of the user. It may take upto 6 clock cycles before writing this register has any effect.
By reading INT COUNTER the user may check if the interrupt counter is correct or not. If the register
is not 0, interrupts are disabled.
The System Vector Tags are tags that may be replaced by the user to take control over several decoder
functions.
jmpi DAC_INT_ADDRESS,(i6)+1
The user may, at will, replace the instruction with a jmpi command to gain control over the audio
interrupt.
jmpi SCI_INT_ADDRESS,(i6)+1
The user may, at will, replace the instruction with a jmpi command to gain control over the SCI interrupt.
jmpi SDI_INT_ADDRESS,(i6)+1
The user may, at will, replace the instruction with a jmpi command to gain control over the SDI interrupt.
jr
nop
If the user wants to take control away from the standard decoder, the first instruction should be replaced
with an appropriate j command to user’s own code.
Unless the user is feeding MP3 data at the same time, the system activates the user program in less than
1 ms. After this, the user should steal interrupt vectors from the system, and insert user programs.
The System Vector Functions are pointers to some functions that the user may call to help implementing
his own applications.
VS DSP C prototype:
void WriteIRam(register i0 u int16 *addr, register a1 u int16 msW, register a0 u int16 lsW);
This is the only supported way to write to the User Instruction RAM. This is because Instruction RAM
cannot be written when program control is in RAM. Thus, the actual implementation of this function is
in ROM, and here is simply a tag to that routine.
VS DSP C prototype:
This is the only supported way to read from the User Instruction RAM. This is because Instruction RAM
cannot be read when program control is in RAM. Thus, the actual implementation of this function is in
ROM, and here is simply a tag to that routine.
VS DSP C prototype:
u int16 DataBytes(void);
If the user has taken over the normal operation of the system by switching the pointer in UserCodec
to point to his own code, he may read data from the Data Interface through this and the following two
functions.
This function returns the number of data bytes that can be read.
VS DSP C prototype:
u int16 GetDataByte(void);
Reads and returns one data byte from the Data Interface. This function will wait until there is enough
data in the input buffer.
VS DSP C prototype:
Read n data byte pairs and copy them in big-endian format (first byte to MSBs) to d. This function will
wait until there is enough data in the input buffer.
• Added instructions to add 100 kΩ pull-down resistor to unused GPIOs to Chapter 5.2.
• Removed SM JUMP.
12 Contact Information
VLSI Solution Oy
Hermiankatu 6-8 C
FIN-33720 Tampere
FINLAND