Freelance Electronics Components Distributor
Closed Dec 25th-26th
800-300-1968
We Stock Hard to Find Parts

TMS320F2812PGFS

Part # TMS320F2812PGFS
Description MIXED-SIGNAL 28X DSPS EXTENDED TEMP
Category IC
Availability Out of Stock
Qty 0
Qty Price
1 + $17.62840



Technical Document


DISCLAIMER: The information provided herein is solely for informational purposes. Customers must be aware of the suitability of this product for their application, and consider that variable factors such as Manufacturer, Product Category, Date Codes, Pictures and Descriptions may differ from available inventory.

TMS320F2810, TMS320F2812
DIGITAL SIGNAL PROCESSORS
SPRS174B APRIL 2001 REVISED SEPTEMBER 2001
28
POST OFFICE BOX 1443 HOUSTON, TEXAS 772511443
external interface, XINTF (F2812 only) (continued)
The operation and timing of the external interface, can be controlled by the registers listed in Table 13.
Table 13. XINTF Configuration and Control Register Mappings
NAME ADDRESS SIZE (x16) DESCRIPTION
XTIMING0 0x00000B20 2 XINTF Timing Register, Zone 0
XTIMING1 0x00000B22 2 XINTF Timing Register, Zone 1
XTIMING2 0x00000B24 2 XINTF Timing Register, Zone 2
XTIMING6 0x00000B2C 2 XINTF Timing Register, Zone 6
XTIMING7 0x00000B2E 2 XINTF Timing Register, Zone 7
XINTCNF2 0x00000B34 2 XINTF Configuration Register
XBANK 0x00000B38 1 XINTF Bank Control Register
XREVISION 0x00000B3A 1 XINTF Revision Register
timing registers
XINTF signal timing can be tuned to match specific external device requirements such as setup and hold times
to strobe signals for contention avoidance and maximizing bus efficiency. The timing parameters can be
configured individually for each zone. This allows the programmer to maximize the efficiency of the bus, based
on the type of memory or peripheral that the user needs to access. All XINTF timing values are with respect to
XTIMCLK, which is equal to or one-half of the SYSCLKOUT rate, as shown in Figure 4.
XTIMING0
XTIMING1
XTIMING2
XTIMING6
XTIMING7
XBANK
LEAD/ACTIVE/TRAIL
1
0
XCLKOUT
/2
XTIMCLK
1
0
/2
C28x
CPU
XINTCNF2 (CLKMODE)
XINTCNF2 (XTIMCLK)
Default Value after reset
SYSCLKOUT
Figure 4. Relationship Between XTIMCLK and SYSCLKOUT
PR
O
DU
C
T PREVIEW
TMS320F2810, TMS320F2812
DIGITAL SIGNAL PROCESSORS
SPRS174B APRIL 2001 REVISED SEPTEMBER 2001
29
POST OFFICE BOX 1443 HOUSTON, TEXAS 772511443
timing registers (continued)
The individual timing parameters can be programmed into the XTIMING registers as described in Table 14.
Table 14. XTIMING0/1/2/6/7 Register Bit Definitions
BIT NAME ACCESS RESET DESCRIPTION
1:0 XWRTRAIL R/W 1,1 Two-bit field that defines the write cycle trail period, in XTIMCLK cycles, from
0,1,2,3 (if X2TIMING bit is 0) or 0,2,4,6 (if X2TIMING bit is 1).
4:2 XWRACTIVE R/W 1,1,1 Three-bit field that defines the write cycle active wait-state period, in XTIMCLK
cycles, from 0,1,2,3,4,5,6,7 (if X2TIMING bit is 0) or 0,2,4,6,8,10,12,14 (if
X2TIMING bit is 1).
Notes: 1. If the USEREADY bit is set to 1 (using XREADY),
then XWRACTIVE must be 1.
2. The active period is by default 1 cycle. Hence the total active period
is 1 + XWRACTIVE value.
6:5 XWRLEAD R/W 1,1 Two-bit field that defines the write cycle lead period, in XTIMCLK cycles, from 1,2,3
(if X2TIMING bit is 0) or 2,4,6 (if X2TIMING bit is 1).
Note: XWRLEAD must be 1.
8:7 XRDTRAIL R/W 1,1 Two-bit field that defines the read cycle trail period, in XTIMCLK cycles, from
0,1,2,3 (if X2TIMING bit is 0) or 0,2,4,6 (if X2TIMING bit is 1).
11:9 XRDACTIVE R/W 1,1,1 Three-bit field that defines the read cycle active wait-state period, in XTIMCLK
cycles, from 0,1,2,3,4,5,6,7 (if X2TIMING bit is 0) or 0,2,4,6,8,10,12,14
(if X2TIMING bit is 1).
Notes: 1. If the USEREADY bit is set to 1 (using XREADY),
then XRDACTIVE must be 1.
2. The active period is by default 1 cycle. Hence the total active period
is 1 + XRDACTIVE value.
13:12 XRDLEAD R/W 1,1 Two-bit field that defines the read cycle lead period, in XTIMCLK cycles, from 1,2,3
(if X2TIMING bit is 0) or 2,4,6 (if X2TIMING bit is 1).
Note: XRDLEAD must be 1.
14 USEREADY R/W 1 When set, the XREADY signal can be used to further extend the active portion of
the cycle past the minimum defined by the XRDACTIVE and XWRACTIVE fields.
When cleared XREADY is ignored.
15 READYMODE R/W 1 When set, the XREADY input is asynchronous. When cleared, the XREADY input
is synchronous.
17:16 Reserved R/W 1,1 Reserved.
These two bits must always be written to as 1,1. Any other combination is reserved
and will result in incorrect XINTF behavior.
21:18 Reserved R 0 Reserved
22 X2TIMING R/W 1 This bit specifies the scaling factor of the LEAD, ACTIVE, TRAIL values in the
individual timing registers. If this bit is 0, the values are scaled 1:1. If this bit is 1,
the values are scaled 2:1 (doubled). The default mode of operation on power up
and reset is 2:1 scaling (doubled) mode.
31:23 Reserved R 0
PR
O
DU
C
T PREVIEW
TMS320F2810, TMS320F2812
DIGITAL SIGNAL PROCESSORS
SPRS174B APRIL 2001 REVISED SEPTEMBER 2001
30
POST OFFICE BOX 1443 HOUSTON, TEXAS 772511443
timing registers (continued)
The minimum timing settings for an XINTF access is as follows:
D When the XREADY option is NOT used:
The minimum strobe setting is Lead = 1, Active = 0, Trail = 0
Hence: L = 0, A = 0,T = 0 settings are not allowed (L = 1, A = 0,T = 0 or L = 1, A = 1,T = 0 or L = 1, A = 0, T = 1 or
greater are allowed)
D When the XREADY option is used:
The minimum strobe setting is Lead = 1, Active = 1, Trail = 0
Hence: L = 0, A = 0, T = 0 settings are not allowed (L = 1, A = 1, T = 0 or L = 1, A = 1, T = 1 or greater are
allowed).
No logic is included to detect illegal settings.
PR
O
DU
C
T PREVIEW
PREVIOUS345678910111213141516NEXT