Tektronix Technology Lucky Bag: From wafer to system, from analog to digital, Tektronix comprehensive integrated circuit solutions The first 70 customers who fill out the form and download it, and who
I have a touch screen, and the serial port and the microcontroller want to communicate program has been written, now the question is, how can I make the microcontroller read and understand, and execut
After a day of work, I finally figured it out. I am a newbie and don't understand TCP. I also encountered a small problem. When I closed the TCP connection, I couldn't connect again.The solution was a
I am using C8051F350 MCU. After completing AD conversion, I need to store the collected data into SD card using SPI mode. However, the return command is always wrong during the initialization process.
I am currently working on a PROJECT, and the part I am responsible for is to use TCP/IP to realize the communication between PIC18 and the computer, but I have no idea about this part. I hope some exp
一. ARM的基本设定 1.1. ARM 采用的是32位架构 1.2. ARM约定: a. Byte : 8 bits b. Halfword :16 bits (2 byte) c. Word : 32 bits (4 byte) 1.3. 大部分ARM core 提供: a. ARM 指令集(32-bit) b. Thu...