Project

General

Profile

MotorolaC155 » History » Version 1

laforge, 02/19/2016 10:48 PM
add page on C155

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
== Specifications ==
6
 * GSM 900 / GSM 1800 dual-band
7
 * 101x45x21 mm, 86 grams
8
 * GPRS
9
 * 920mAh Li-Ion battery
10
 * Ti Calypso/Iota/Rita chipset
11
12
== Hardware ==
13
14
=== GSM Chipset ===
15
16
 * DBB: Ti Calypso Baseband, D751749GHH model (Calypso Lite G2), includes 256kBytes of internal SRAM
17
 * ABB: Ti TWL3014C
18
 * RF: TRF6151C
19
 * RF PA: SKY77324-12
20
21
=== NOR Flash + SRAM ===
22
 * Intel RD38F2030W0ZBQ1
23
  * 64MBit NOR (8 MByte), bottom boot
24
  * 16Mbit SRAM (2 MByte)
25
 * Data sheet is in our git repository
26
27
=== Display ===
28
29
The display is a 96x64 pixels CSTN color LCD, attached via SPI bus to the Calypso DBB chip.
30
31
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]. 
32
We need a proper C language driver for it (any volunteers?)
33
34
=== Test Points ===
35
36
==== Test points accessible from battery compartment ====
37
38
Left Row of pins (from left to right
39
 * TP108 -- GND
40
 * TP29 -- GND (used to be VADCID)
41
 * TP37 -- GND (used to be Rx IRDA)
42
 * TP27 -- DLPWR (download power on), connects to Iota:RPWON
43
 * TP36 -- GND (used to be Tx IRDA)
44
 * TP10 -- DTR Modem
45
46
Right row of pins (from left to right)
47
 * TP8 --  TDI JTAG
48
 * TP11 -- DSR Modem
49
 * TP9 -- CTS Modem
50
 * TP18 -- TMS JTAG
51
 * TP13 -- TxD Modem
52
 * TP16 -- TDO JTAG
53
 * TP21 -- RTS Modem
54
 * TP17 -- TCK JTAG
55
 * TP14 -- RxD Modem
56
 * TP3 -- DLPWR
57
58
== Misc Notes ==
59
60
=== Bootloader ===
61
62
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
63
object code to switch back to ARM mode before jumping to the start routine.
Add picture from clipboard (Maximum size: 48.8 MB)