ccs如何从外部文本文件中自动读取数据存入flash指定地址中
例如我外部有一个二进制数据的文本有1000个二进制数据怎么能将这一千个数据写进msp430f5529的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.
ccs如何从外部文本文件中自动读取数据存入flash指定地址中
例如我外部有一个二进制数据的文本有1000个二进制数据怎么能将这一千个数据写进msp430f5529的flash中
您好,解决该问题的最佳方法是修改数据文件,使其成为一个CONST Array,然后您可以将其包含在 CCS 项目中,从而将其放置到内存中。
您可以参考以下帖子: