如何用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条回答
lcofjp
1楼-- · 2019-03-24 15:47
< 首先你得有个58K的大数组,这些数哪儿的?
如果是采集来的,可以采1k存1k,这样
DLHNR
2楼-- · 2019-03-24 21:12
 精彩回答 2  元偷偷看……
lcofjp
3楼-- · 2019-03-24 22:24
DLHNR 发表于 2015-7-19 15:22
是写好的。

啥叫“写好的”?
msp430_now
4楼-- · 2019-03-25 00:35
是在主机(电脑之类)存了一个大数组,想通过单片机中转然后写入SD卡里面么?
DLHNR
5楼-- · 2019-03-25 01:34
 精彩回答 2  元偷偷看……
DLHNR
6楼-- · 2019-03-25 02:44
msp430_now 发表于 2015-7-19 17:45
是在主机(电脑之类)存了一个大数组,想通过单片机中转然后写入SD卡里面么?

差不多是这个意思。

一周热门 更多>

相关问题

    相关文章