If I talk a lot about socket programming, it will be like a layman's play. So let's get straight to the point. I originally wanted to run lwip on the microcontroller, and then Uncle Free recommended c...
/*Can anyone tell me why the data I read out is always equal to 0? Could you please tell me this? */ #include
#include "NUC1xx.h" #include "DrvGPIO.h" #include "DrvSYS.h" /*$$$$$$$$$$$$$$$$$RAM$$$$$$$...
The chip msp430fr5994 uses ADC for data acquisition. I found that the data obtained by defining different sampling and holding times are a bit different. For example, when collecting a signal of about...
[i=s]This post was last edited by paulhyde on 2014-9-15 09:53[/i] What kind of post is this?????? Asking people to help you and still charging them money?????? The world is upside down~~~~~~ [url=http...
I am a novice. I used a s3c2510 board to test the tftp function. I found that the packet structure defined in the program was sent with an offset of two bytes. I added two bytes before sending. I can ...