[i=s]This post was last edited by alan000345 on 2020-3-2 15:42[/i]Section 4 TPS6281x-Q1: The "seed player" of secondary power supply
Following the introduction of wide input buck power supply in the p...
I would like to ask how to use C language to implement this assembly function MOV R0, #8 GO: RLC A MOV P3.0, C DJNZ R0, GO unsigned i; sbit P3_0=P3^0; For example, I want to assign each bit of i=0x14 ...
There is a section of code that uses a for loop to initialize an array. If it is placed in the main function, the entire project runs normally. However, if it is placed in the timer initialization fun...
Can someone help me? I can communicate using the com port to 485, but I can't connect via the USB port to 485, and I can't communicate using the 485 network card directly. Can anyone help me solve thi...