我想把 TMS320F2806的 flash 数据复制到数据变量上,可以做到吗?
怎么做呀?
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.
#define flash_ad (volatile Uint32*)0x3D8000
...
...
public Uint32 memo;
...
...
memo=*add;
这样操作可以吗?
.
.
.
您可以试着读一下。
将memo的值和0x3D8000上的值比较一下