写了一个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...
MSP432LaunchPad到手了,安装好最新的CCS6.1后按照官网文档试了下 Out of Box这个例子。下面给大家分享下。首先确保自己电脑安装了板载XDS110的驱动。1.打开CCS6.1,点击菜单栏----Project----Examples打开TI Resource Exlorer。2.依次点开MSPWare----Development Tools----MSP-EXP432P4...