Project

General

Profile

MotorolaC155 » History » Version 4

laforge, 02/19/2016 10:48 PM
add link to pcb photos

1 1 laforge
= Motorola C155 =
2
3
The C155 seems to be one of many ODM phones that Motorola bought from Compal communications in Taiwan.  It is of the same family as the C118, C123, etc.
4
5 2 laforge
The internal name of the hardware is E99.
6
7 1 laforge
== Specifications ==
8
 * GSM 900 / GSM 1800 dual-band
9
 * 101x45x21 mm, 86 grams
10
 * GPRS
11
 * 920mAh Li-Ion battery
12
 * Ti Calypso/Iota/Rita chipset
13
14
== Hardware ==
15
16
=== GSM Chipset ===
17
18
 * DBB: Ti Calypso Baseband, D751749GHH model (Calypso Lite G2), includes 256kBytes of internal SRAM
19
 * ABB: Ti TWL3014C
20
 * RF: TRF6151C
21
 * RF PA: SKY77324-12
22
23
=== NOR Flash + SRAM ===
24
 * Intel RD38F2030W0ZBQ1
25
  * 64MBit NOR (8 MByte), bottom boot
26
  * 16Mbit SRAM (2 MByte)
27
 * Data sheet is in our git repository
28
29
=== Display ===
30
31
The display is a 96x64 pixels CSTN color LCD, attached via SPI bus to the Calypso DBB chip.
32
33
The LCD controller inside the display is a Ultrachip UC1682, for which the data sheet is available at [http://www.datasheet4u.com/html/U/C/1/UC1682_UltraChip.pdf.html]. 
34
We need a proper C language driver for it (any volunteers?)
35
36 3 laforge
=== Audio Ringtone Chip ===
37
38
It uses a Sunplus SPMA100B chip. Datasheet unknown.
39
40 1 laforge
=== Test Points ===
41
42
==== Test points accessible from battery compartment ====
43
44
Left Row of pins (from left to right
45
 * TP108 -- GND
46
 * TP29 -- GND (used to be VADCID)
47
 * TP37 -- GND (used to be Rx IRDA)
48
 * TP27 -- DLPWR (download power on), connects to Iota:RPWON
49
 * TP36 -- GND (used to be Tx IRDA)
50
 * TP10 -- DTR Modem
51
52
Right row of pins (from left to right)
53
 * TP8 --  TDI JTAG
54
 * TP11 -- DSR Modem
55
 * TP9 -- CTS Modem
56
 * TP18 -- TMS JTAG
57
 * TP13 -- TxD Modem
58
 * TP16 -- TDO JTAG
59
 * TP21 -- RTS Modem
60
 * TP17 -- TCK JTAG
61
 * TP14 -- RxD Modem
62
 * TP3 -- DLPWR
63
64 4 laforge
=== PCB photographs ===
65
66
Available from [http://laforge.gnumonks.org/photoalbum/devices/motorola_compal/c155]
67
68 1 laforge
== Misc Notes ==
69
70
=== Bootloader ===
71
72
The RAM loader of the C155 assumes that the payload is a THUMB binary.  [wiki:compal_dnload] thus always prefixes the payload with 32bit of
73
object code to switch back to ARM mode before jumping to the start routine.
Add picture from clipboard (Maximum size: 48.8 MB)