Project

General

Profile

TypicalCalypsoModemDesign » History » Version 14

laforge, 06/12/2024 08:20 AM

1 8 laforge
h1. Typical Ti Calypso baseband modem design
2
3 1 laforge
This is the standard Ti Calypso-based modem design used in many phones, including the Compal-built Motorola C1xx phones and
4 6 laforge
also the Openmoko GTA01 (Neo1973) and GTA02 (FreeRunner) and possibly a number of other older FIC GSM products.
5 5 laforge
6 1 laforge
It is a typically a dual- or tri-band GSM modem design with or without support for GPRS.
7
8 8 laforge
9
h2. Block Schematic
10
11 1 laforge
The block layout of this modem looks like this:
12 11 zecke
{{thumbnail(calypso-block.png, size=400)}}
13 1 laforge
14 8 laforge
* Yellow: Clocks
15
* Red: Digital Serial interfaces like SPI
16
* Green: Analog I/Q differential baseband data
17
* Magenta: RF signals
18
* Blue: TSP, the time sequence port, sometimes parallel, sometimes serial
19 1 laforge
20 8 laforge
21
h2. Circuit Description
22
23 1 laforge
This is only a simplified version, ignoring the time constraints, sequencing of power-on/off events, AFC, AGC and APC.
24
25
26 8 laforge
h3. GSM Rx Path
27 1 laforge
28 8 laforge
* the GSM signal from a BTS is picked up by the antenna
29
* it reaches the Antenna Switch Module (ASM), typically a diode or MEMS switch
30
** the Antenna Switch is configured to connect the antenna to one of the GSM/DCS/PCS Rx paths
31
* the RF signal goes through Rx SAW filters to remove any out-of-band frequencies
32
* the RF signal reaches the TRF6151/[[Rita]] zero-IF GSM Transceiver, where it is
33
** amplified and further filtered
34
** mixed with the frequency of the TRF6151-builtin VCO
35
** exported as analog I/Q signals
36
* The analog I/Q is input into the TWL3025/[[Iota]] ABB, where it is
37
** sampled by an ADC
38
** sent as serial stream of I+Q samples to the DBB via the BSP
39
* In the DBB, the signal is
40
** received on the RIF (Radio Inter Face) and DMA'ed into DSP API RAM
41
** processed by the [[HardwareCalypsoDSP]] DSP core inside the Calypso DBB
42
** converted into results (e.g. a MAC block) that is sent to the ARM via API RAM
43
* The ARM in the Calypso DBB then runs the GSM protocol stack
44 6 laforge
45 8 laforge
46
h3. GSM Tx Path
47
48
* The ARM inside the Calypso DBB
49
** generates some data (e.g. a MAC block) to be transmitted
50
** writes this data plus associated commands in the API RAM
51
* The DSP inside the Calypso DBB
52
** executes this command during the next TDMA frame interrupt
53
** performs forward error correction, interleaving, encryption (optional)
54
** sends the GSM burst bits via the BSP to the ABB
55
* The TWL3025/[[Iota]] ABB
56
** receives burst bits via BSP and stores them in the burst buffer
57
** runs those burst bits through a hardware GSMK modulator when triggered by BULENA on the TSP
58
** outputs an Analog I/Q baseband GMSK signal to the TRF6151
59
* The TRF6151/[[Rita]] Transceiver
60
** mixes the analog I/Q baseband signal with the VCO frequency
61
** sends the resulting GSM-band frequency to the RF3166
62
* The RF3166 RF Power Amplififer
63
** amplifies the signal according to the analog level of the APC
64
** forwards the amplified signal to the Antenna Switch
65
* The ASM4532 antenna switch
66
** connects the PA output with the antenna for the duration of the burst
67
68
69
h2. Glossary
70
71
* ABB: Analog Base Band
72
* AFC: Automatic Frequency Correction (tuning of the VTXCO by ABB)
73
* APC: Automatic Power Correction (Tx Power envelope from ABB to PA)
74
* BSP: Baseband Serial Port, like SPI
75
* DBB: Digital Base Band, like SPI
76
* USP: uController Serial Port
77
* VCO: Voltage Controlled Oscillator
78
* RFCLK: A 26MHz master clock generated by the Transceiver
79
* CLK13M: 13MHz system clock provided by DBB
80
* CLK32K: A 32.768kHz RTC clock signal
81
82
h2. Actual implementation in Motorola C123
83 1 laforge
84 8 laforge
85 14 laforge
{{thumbnail(c123_pcb.jpg, size=600)}}
86 13 laforge
87
h2. Calypso Silicon image (top metal layer)
88
89
See https://siliconpr0n.org/archive/doku.php?id=infosecdj:ti:d751749zhh
Add picture from clipboard (Maximum size: 48.8 MB)