I started to learn a new CPU of MSP430 series, F5529. According to the method of learning 430 before, I began to understand its clock part. I learned it by referring to TI official routines. There was
{:1_85:}, let me cry for a while. Back to the point, a while ago I saw a classmate selling things in a forum under the name of graduation, and I have some collection of boards and screens, so the trag
1. Enter the URL,2. Select Qualcomm as shown and start designing3. Fill in the corresponding parameters4. Select and make corresponding modifications as shown5. Design is completed and the file is out
AT+CGCLASS="B" //Set the module working type AT+CGDCONT=1,"IP","CMWAP" AT+CGATT=1 //Activate PDP and obtain IP AT+CIPCSGP=1,"CMWAP" AT+CIPSTART="TCP","10.0.0.172“,"1433“ STATE: TCP CONNECTING CONNECT
Just send a string to the computer
#include "msp430x14x.h" #define uchar unsigned char uchar DATA[]="hello world my name!"; void main() {// Stop watchdog timer to prevent time out resetuchar i,j;WDTCT
The microcontroller system has a CF card memory and the driver is written. The file system is FAT16 and can read and write normally. Now I need to generate a word document with the collected data in t