Project

General

Profile

MotorolaC155 » History » Version 2

laforge, 02/19/2016 10:48 PM
Add E99 notice

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
=== Test Points ===
37
38
==== Test points accessible from battery compartment ====
39
40
Left Row of pins (from left to right
41
 * TP108 -- GND
42
 * TP29 -- GND (used to be VADCID)
43
 * TP37 -- GND (used to be Rx IRDA)
44
 * TP27 -- DLPWR (download power on), connects to Iota:RPWON
45
 * TP36 -- GND (used to be Tx IRDA)
46
 * TP10 -- DTR Modem
47
48
Right row of pins (from left to right)
49
 * TP8 --  TDI JTAG
50
 * TP11 -- DSR Modem
51
 * TP9 -- CTS Modem
52
 * TP18 -- TMS JTAG
53
 * TP13 -- TxD Modem
54
 * TP16 -- TDO JTAG
55
 * TP21 -- RTS Modem
56
 * TP17 -- TCK JTAG
57
 * TP14 -- RxD Modem
58
 * TP3 -- DLPWR
59
60
== Misc Notes ==
61
62
=== Bootloader ===
63
64
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
65
object code to switch back to ARM mode before jumping to the start routine.
Add picture from clipboard (Maximum size: 48.8 MB)