有两个msp430f147进行异步通信。一个发送,一个接收。发送是不断在发65,接收是把65存到buffer区域的一个固定位置(0200)。发现接收到的东西总是不对。。。下面是代码。发送程序:#include "msp430.h" ; #define controlled include fileNAME main ; module namePUBLIC main ; make the main ...
写了一个1602的程序。仿真也OK .但是编译后,弹出一个对话框:file has benn changed outside the editor,reload? from 1602.M51请问,程序该怎么修改。程序如下:#include reg52.h#define uint unsigned int #define uchar unsigned charsbit RS=P2^0; //data...