Project

General

Profile

MotorolaC155 » History » Version 9

laforge, 02/19/2016 10:48 PM
add c155 pcb photo

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