I am a student at school. I made a double-layer board, about 10*10 in size, which requires 130 components, mainly resistors, capacitors, inductors, op amps, diodes, transistors, etc. It is not mass pr
[table=98%] [tr][td]I would like to ask a question: If I comment out this line of code, UART2_Send_1Byte(res);, the ESP8266 WIFI module cannot be initialized; but if I add UART2_Send_1Byte(res);, it c
I am using C100 hardware to encode (nv12->h.264) and decode (h.264->nv12) at the same time. There is no problem when encoding or decoding separately, but when encoding and decoding at the same time, t
1. Write 16 addresses directly to the 24c02 on the development board and read them out in sequence. The result is correct: 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 2. Disconnect the jumper and
I would like to ask you guys what software development platform should I use when using the 430 F5X series? The IAR4.11B version I am using now is not supported, and I don't see where the higher versi
as follows:
code u8 STB1[][3]={};
code u8 STB2[][3]={};code u8 code *std[]={STB1,STB2}; This worked in 51 before, but there was a problem when ported to 32 (code has been changed to const). Error mess