1
00:00:00,500 --> 00:00:04,700
This lesson talks about the interrupt signal of the LCD screen touch circuit
2
00:00:07,300 --> 00:00:13,766
Common code names of interrupt signals in drawings are TP_INT_N and TS_INT_N
3
00:00:18,966 --> 00:00:22,033
Let's take Huawei mobile phones as an example to explain
4
00:00:24,366 --> 00:00:28,266
Open Xinzhizao intelligent query system and find the touch circuit
5
00:00:29,733 --> 00:00:34,300
LCD Interface is a display interface, of course it is also a touch connector
6
00:00:38,966 --> 00:00:41,366
Let's see which one is the interrupt signal
7
00:00:45,533 --> 00:00:49,100
First look for the TP code, TP is touch
8
00:00:49,866 --> 00:00:55,500
Look for INT, INT means interrupt, _N means active low
9
00:00:56,500 --> 00:01:01,100
GPIO_212_TP_INT_N is the touch interrupt signal
10
00:01:05,066 --> 00:01:09,566
This signal starts from pin 35 of the connector and goes straight to another chip
11
00:01:14,866 --> 00:01:18,366
It can be seen that it leads to the pin BC40 of a chip
12
00:01:23,266 --> 00:01:26,266
SOC means that this chip is actually the CPU
13
00:01:26,733 --> 00:01:31,666
Its location number is U300, and its model is Hi3680,
14
00:01:31,833 --> 00:01:34,900
which is HiSilicon's 3680 processor
15
00:01:38,166 --> 00:01:43,100
The interrupt signal leads to the BC40 pin of the CPU without any components in the line
16
00:01:44,566 --> 00:01:47,666
This is the line for the interrupt signal of the touch circuit
17
00:01:48,800 --> 00:01:50,533
That's all for this lesson