1
00:00:00,300 --> 00:00:02,366
iPhone connection circuit repairing
2
00:00:02,866 --> 00:00:08,600
This video mainly explains the working principle of the connection circuit of iPhone 6 to iPhone 6sp models
3
00:00:10,133 --> 00:00:16,666
In the functional block diagram, the main power supply, CPU, USB chip, ACC power supply chip,
4
00:00:16,666 --> 00:00:19,333
and the charging connector form the connection circuit
5
00:00:19,833 --> 00:00:23,633
Working principle step 1, after the iPhone is triggered,
6
00:00:24,300 --> 00:00:28,900
the main power supply will provide 1.8V and 3.0V power supply for the USB chip
7
00:00:28,900 --> 00:00:30,966
after receiving the power-on signal
8
00:00:31,433 --> 00:00:37,633
Step 2, after the CPU works normally, it will detect the USB chip through the I2C bus,
9
00:00:38,166 --> 00:00:41,166
and the iPhone will enter the system after the detection is passed
10
00:00:41,500 --> 00:00:46,366
Step 3, when copying the iPhone data, we plug in the data cable,
11
00:00:47,433 --> 00:00:53,166
and the data cable insertion detection signal DETECT will be sent to the USB chip through the charging connector
12
00:00:53,800 --> 00:00:57,800
Step 4, after the USB chip receives the DETECT signal,
13
00:00:58,100 --> 00:01:02,400
it will send the data line ID identification signal to the main power supply
14
00:01:03,433 --> 00:01:08,966
Step 5, after the main power supply receives the data line ID identification signal,
15
00:01:09,200 --> 00:01:14,066
it will send accessory power supply PP3V3_ACC to the USB chip
16
00:01:14,966 --> 00:01:19,166
Step 6, after the USB chip receives the ACC power supply,
17
00:01:19,300 --> 00:01:22,866
it will convert ACC1 and ACC2 power supplies,
18
00:01:23,033 --> 00:01:26,133
and send them to the data line through the charging connector
19
00:01:26,966 --> 00:01:32,266
ACC1 and ACC2 are the power supply voltages on the front and back of the data line
20
00:01:32,800 --> 00:01:36,133
Step 7, after the data line has power supply,
21
00:01:36,500 --> 00:01:40,633
it will send the verification information of the computer connection to the USB chip
22
00:01:40,633 --> 00:01:43,033
through the DP1 and DP2 buses
23
00:01:43,300 --> 00:01:49,700
Step 8, after the USB chip receives the connection information, it sends an interrupt signal to the CPU
24
00:01:51,100 --> 00:01:54,700
Step 9, after the CPU receives the interrupt signal,
25
00:01:54,866 --> 00:01:58,166
it will read the connection information through the UART bus
26
00:01:58,700 --> 00:02:04,133
After the verification information is read, the "Add Trust" prompt will pop up on the screen
27
00:02:05,233 --> 00:02:09,566
After clicking Trust, it will pop up a prompt to enter the screen unlock password
28
00:02:10,433 --> 00:02:14,900
When we enter the password, the iPhone and computer can establish a connection
29
00:02:15,566 --> 00:02:18,866
Step 10, when copying data on the computer,
30
00:02:19,100 --> 00:02:24,300
the CPU will read the data stored in the hard disk and send it to the USB chip through the USB bus
31
00:02:25,433 --> 00:02:29,200
Step 11, after the USB chip receives the data,
32
00:02:29,366 --> 00:02:33,100
it sends it to the data line through the DP1 and DP2 buses,
33
00:02:33,466 --> 00:02:35,366
and then sends it to the computer
34
00:02:36,366 --> 00:02:40,666
At this time, the progress of copying data will be displayed on the computer
35
00:02:41,133 --> 00:02:46,700
If there is no response when we plug in the data cable, it means that the connection circuit is faulty
36
00:02:47,066 --> 00:02:49,800
First, we can replace the USB chip
37
00:02:50,500 --> 00:02:55,633
If it is still not normal after replacement, we check the working conditions of the USB chip
38
00:02:56,666 --> 00:02:58,400
That's all for this video