自己是用下边的方法初始化数组的。
Uint8 BipPnAcq[1024]={
#include "BipPnAcq.txt"
};
常常第一次下载程序之后的结果如下图:
然而正确的时候应该是下边这样
我想问的问题是:
1.为什么数据会这样子。
2.怎样才能避免这个问题,重复来很耽误时间。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
自己是用下边的方法初始化数组的。
Uint8 BipPnAcq[1024]={
#include "BipPnAcq.txt"
};
常常第一次下载程序之后的结果如下图:
然而正确的时候应该是下边这样
我想问的问题是:
1.为什么数据会这样子。
2.怎样才能避免这个问题,重复来很耽误时间。