Project

General

Profile

TypicalCalypsoModemDesign » History » Version 15

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