SPRUHX5I August 2014 – May 2024 TMS320F28374S , TMS320F28375S , TMS320F28375S-Q1 , TMS320F28376S , TMS320F28377S , TMS320F28377S-Q1 , TMS320F28378S , TMS320F28379S
The receive frame length is the number of serial words in the receive frame. Each frame can have one or two phases, depending on value that you load into the RPHASE bit.
If a single-phase frame is selected (RPHASE = 0), the frame length is equal to the length of phase 1. If a dual-phase frame is selected (RPHASE = 1), the frame length is the length of phase 1 plus the length of phase 2.
The 7-bit RFRLEN fields allow up to 128 words per phase. See Table 20-28 for a summary of how to calculate the frame length. This length corresponds to the number of words or logical time slots or channels per frame-synchronization pulse.
Program the RFRLEN fields with [w minus 1], where w represents the number of words per phase. For the example, if you want a phase length of 128 words in phase 1, load 127 into RFRLEN1.
RPHASE | RFRLEN1 | RFRLEN2 | Frame Length |
---|---|---|---|
0 | 0 ≤ RFRLEN1 ≤ 127 | Don't care | (RFRLEN1 + 1) words |
1 | 0 ≤ RFRLEN1 ≤ 127 | 0 ≤ RFRLEN2 ≤ 127 | (RFRLEN1 + 1) + (RFRLEN2 + 1) words |