Project

General

Profile

MotorolaC155 » History » Version 6

laforge, 02/19/2016 10:48 PM
add testpad pic

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