如何用MSP430f149向SD卡写一个大文件

2019-03-24 10:01发布

我有一个大小为58000的数组,里面有58000个十六进制数,怎么用FAT16系统写到SD卡里,用数组,单片机容量不够溢出了;

显示错误:


Error[e104]: Failed to fit all segments into specified ranges. Problem discovered in segment CODE. Unable to place 69  

block(s) (0x1a74 byte(s) total) in 0xbbe byte(s) of memory. The problem occurred while processing the segment  

placement command "-P(CODE)CODE=1100-FFDF", where at the moment of placement the available memory ranges  

were "CODE:f422-ffdf"



此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
11条回答
DLHNR
2019-03-25 16:32
msp430_now 发表于 2015-7-21 02:45
我用的C#,JAVA也可以,网上有很多这样的例子,API也很好学

OKOK,我去试试,倒是存一样的东西,重复存可以,速度也很快。。一会就成大文件了。。。

一周热门 更多>

相关问题

    相关文章