1
00:00:00,700 --> 00:00:02,566
iPhone touch circuit repairing
2
00:00:03,833 --> 00:00:08,233
This video mainly explains the working principle of the iPhone 12 Promax touch circuit
3
00:00:10,666 --> 00:00:14,233
The display and touch connectors of the iPhone 12 Promax are the same
4
00:00:14,766 --> 00:00:17,333
And there is a touch chip in the mainboard of this model
5
00:00:20,766 --> 00:00:25,300
The main function of the touch chip is to convert the data between the touch chip and the CPU
6
00:00:26,966 --> 00:00:30,533
The first step of the working principle, after we trigger the switch,
7
00:00:31,266 --> 00:00:34,800
the main power supply will output more than 30 channels of power supply
8
00:00:35,466 --> 00:00:40,866
Among them, the 1.8V power supply will first provide the working voltage for the touch screen
9
00:00:41,600 --> 00:00:48,666
Step 2, CPU working condition is normal after power on, it will detect the touch screen through the I2C bus
10
00:00:49,300 --> 00:00:56,400
Step 3, when the touch circuit is started, the main power supply sends a 32KHz clock signal to the touch screen
11
00:00:57,666 --> 00:01:00,500
Step 4, when the touch circuit is started,
12
00:01:00,800 --> 00:01:03,533
the touch chip sends a reset signal to the touch screen
13
00:01:05,700 --> 00:01:11,766
Step 5, after the touch screen has 1.8V power supply, clock signal and reset signal,
14
00:01:12,000 --> 00:01:15,333
the touch chip will detect the touch screen through the SPI bus
15
00:01:16,766 --> 00:01:19,133
Step 6, after the detection,
16
00:01:19,366 --> 00:01:22,866
the touch chip will send an LDO_EN signal for the power supply
17
00:01:25,333 --> 00:01:29,800
Step 7, when the main power supply receives the LDO_EN signal,
18
00:01:30,066 --> 00:01:33,366
it sends out the 3.1V power supply for the touch screen
19
00:01:33,800 --> 00:01:39,700
Step 8, after the touch screen has 3.1V power supply, all working conditions are normal,
20
00:01:40,833 --> 00:01:43,766
and an interrupt signal will be sent to notify the touch chip
21
00:01:45,600 --> 00:01:49,300
Step 9, after the touch chip receives the interrupt signal,
22
00:01:49,600 --> 00:01:53,300
it will send touch data to the touch screen through the SPI bus
23
00:01:53,900 --> 00:01:56,066
Then the touch screen can work normally
24
00:01:57,033 --> 00:02:00,466
These signals are the main signals when the touch screen is working
25
00:02:00,833 --> 00:02:04,700
In the block diagram, the touch screen has other detection signals
26
00:02:05,266 --> 00:02:09,500
MANY_SCAN is the forced synchronization signal of the touch screen
27
00:02:09,766 --> 00:02:14,633
This signal is sent by the touch screen to the power supply, camera power supply and other chips
28
00:02:15,533 --> 00:02:20,200
TOUCH_AID is the ID identification signal sent by USB to the touch screen
29
00:02:21,533 --> 00:02:27,600
TOUCH_HIFA is the first display touch synchronization signal sent from the display to the touch chip
30
00:02:29,900 --> 00:02:35,166
BSYNC is the second display touch synchronization signal sent from the display to the touch chip
31
00:02:38,233 --> 00:02:40,033
In the functional block diagram,
32
00:02:40,300 --> 00:02:44,800
these signals are important working conditions required for the touch screen to work
33
00:02:45,266 --> 00:02:49,033
If one signal is abnormal, it will cause no touch failure
34
00:02:49,633 --> 00:02:54,100
When we troubleshoot no touch faults, we first measure the main signals
35
00:02:54,633 --> 00:02:59,033
If there is no problem with the main signals, we measure the other detection signals
36
00:02:59,800 --> 00:03:01,700
Ok, that's all for this video