I bought dozens of silicone binding wires before, which are very useful, but after using them for a while, they are not enough. Some netizens suggested that I can use pliers to crimp the wires myself....
I saw that the pin is labeled INT. I tried to make it an external interrupt but failed. STC12C5A60S2 - WAKE_CLKO = 0x40; ES = 1; EA = 1; void uart_isr() interrupt 4 using 1 { if (RI) { RI = 0; if(Puls...