ADSP-BF50x Blackfin Processor Hardware Reference
19-53
SPORT Controller
When the SPORT is enabled to receive (
RSPEN
set), corresponding
SPORT configuration register writes are not allowed except for
SPORT_RCLKDIV
and multichannel mode channel select registers. Writes to
disallowed registers have no effect. While the SPORT is enabled,
SPORT_RCR1
is not written except for bit 0 (
RSPEN
). For example,
write (SPORT_RCR1, 0x0001) ;
/* SPORT RX Enabled */
write (SPORT_RCR1, 0xFF01) ;
/* ignored, no effect */
write (SPORT_RCR1, 0xFFF0) ;
/* SPORT disabled, SPORT_RCR1
still equal to 0x0000 */
Figure 19-27. SPORT Receive Configuration 1 Register
15 14
13 12
11 10
9
8
7
6
5
4
3
2
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
SPORT Receive Configuration 1 Register (SPORT_RCR1)
0 - Receive disabled
1 - Receive enabled
IRFS (Internal Receive Frame
Sync Select)
IRCLK (Internal Receive
Clock Select)
RDTYPE[1:0] (Data
Formatting Type Select)
RLSBIT (Receive Bit Order)
RSPEN (Receive Enable)
LRFS (Low Receive Frame
Sync Select)
LARFS (Late Receive
Frame Sync)
0 - Early frame syncs
1 - Late frame syncs
RCKFE (Clock Falling
Edge Select)
0 -External receive clock
selected
1 - Internal receive clock
selected
00 - Zero fill
01 - Sign-extend
10 - Compand using
-law
11 - Compand using A-law
0 - Receive MSB first
1 - Receive LSB first
Reset = 0x0000
0 - External RFS used
1 - Internal RFS used
0 - Drive internal frame sync
on rising edge of RSCLK.
Sample data and external
frame sync with falling
edge of RSCLK.
1 - Drive internal frame sync
on falling edge of RSCLK.
Sample data and external
frame sync with rising
edge of RSCLK.
0 - Active high RFS
1 - Active low RFS
RFSR (Receive Frame Sync
Required Select)
0 - Does not require RFS for
every data word
1 - Requires RFS for every data
word
Summary of Contents for EZ-KIT Lite ADSP-BF506F
Page 50: ...Contents l ADSP BF50x Blackfin Processor Hardware Reference ...
Page 92: ...Development Tools 1 30 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 110: ...Interface Overview 3 12 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 236: ...Internal Flash Memory Control Registers 6 92 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 650: ...Programming Examples 15 56 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 804: ...Programming Examples 17 92 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 1194: ...Programming Examples 24 90 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 1256: ...ACM Registers A 50 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 1264: ...Boundary Scan Architecture B 8 ADSP BF50x Blackfin Processor Hardware Reference ...