Preliminary
PCM AUDIO INTERFACE
S3C2451X RISC MICROPROCESSOR
28-8
Preliminary product information describe products that are in development,
for which full characterization data and associated errata are not yet available.
Specifications and information herein are subject to change without notice.
PCM_CTLn Bit
Description
Initial
State
PCM_PCM_ENABLE [0] PCM enable signal.
1: Enables the serial shift state machines.
2)
The enable must be set HIGH for the PCM to operate.
0: The PCMSOUT will not toggle.
The internal divider-counters(serial shift register’s counter) are held
in reset.
3)
0
NOTE:
1) To flush FIFO, first set PCM_TX/RXFIFO_EN =0x0 then set PCM_TX/RXFIFO_EN =0x1.
2) To Start PCM operation please refer the following steps
- PCM_TXFIFO_EN=0x1;
- PCM_TX_DMA_EN=0x1;
- wait until fifo full
- CTL_SERCLK_EN =0x1;
- PCM_PCM_ENABLE = 0x1;
3) To pause PCM operation, with CTL_SERCLK_EN = 0x0, PCM_PCM_ENABLE bit should be set to zero.