ADSP-BF535 Blackfin Processor Hardware Reference
11-15
Serial Port Controllers
Additional information for the
SPORTx_RX_CONFIG
receive configuration
register bits:
• Receive Enable
. SPORTx_RX_CONFIG[0]
(
RSPEN
). This bit selects
whether the SPORT is enabled to receive (if set) or disabled (if
cleared).
Setting the
RSPEN
bit turns on the SPORT and causes it to sample
data from the
DRx
pin as well as the
RX
bit clock and receive frame
sync pins if so programmed.
All SPORT control registers should be programmed before
RSPEN
is
set. Typical SPORT initialization code first writes
SPORTx_RX_CONFIG
with everything except
RSPEN
, then the last step
in the code is to rewrite
SPORTx_RX_CONFIG
with all of the necessary
bits including
RSPEN
.
Setting
RSPEN
enables the SPORT
RX
interrupt. For this reason, the
code should initialize the interrupt service routine and be ready to
service
RX
interrupts before setting
RSPEN
.
Clearing
RSPEN
causes the SPORT to stop receiving data; it also
shuts down the internal SPORT circuitry. In low power applica-
tions, battery life can be extended by clearing
RSPEN
whenever the
SPORT is not in use.
• Internal Receive Clock Select.
SPORTx_RX_CONFIG[1]
(
ICLK
). This
bit selects the internal receive clock (if set) or external receive clock
(if cleared).
• Data Formatting Type Select.
SPORTx_RX_CONFIG[3:2]
(
DTYPE
).
The
DTYPE
,
SENDN
, and
SLEN
bits configure the format of the data
words received over the SPORTs. The two
DTYPE
bits specify one
of four data formats used for single and multichannel operation
Summary of Contents for ADSP-BF535 Blackfin
Page 80: ...Development Tools 1 26 ADSP BF535 Blackfin Processor Hardware Reference...
Page 312: ...Working With Memory 6 86 ADSP BF535 Blackfin Processor Hardware Reference...
Page 332: ...System Interfaces 7 20 ADSP BF535 Blackfin Processor Hardware Reference...
Page 360: ...Dynamic Power Management Controller 8 28 ADSP BF535 Blackfin Processor Hardware Reference...
Page 446: ...Beginning and Ending an SPI Transfer 10 40 ADSP BF535 Blackfin Processor Hardware Reference...
Page 522: ...Timing Examples 11 76 ADSP BF535 Blackfin Processor Hardware Reference...
Page 562: ...IrDA Support 12 40 ADSP BF535 Blackfin Processor Hardware Reference...
Page 608: ...PCI I O Issues 13 46 ADSP BF535 Blackfin Processor Hardware Reference...
Page 672: ...References 14 64 ADSP BF535 Blackfin Processor Hardware Reference...
Page 810: ...SDRAM Controller SDC 18 86 ADSP BF535 Blackfin Processor Hardware Reference...
Page 811: ...ADSP BF535 Blackfin Processor Hardware Reference 18 87 External Bus Interface Unit...
Page 812: ...SDRAM Controller SDC 18 88 ADSP BF535 Blackfin Processor Hardware Reference...
Page 860: ...DMA Bus Debug Registers 20 30 ADSP BF535 Blackfin Processor Hardware Reference...