IAR编译TI CC2540时报错Error[e104]: Failed to fit all segments into specified ranges.

我的IAR版本为8.10.这个错误的完整表述是Error[e104]: Failed to fit all segments into specified ranges. Problem discovered in segment XDATA_N. Unable to place 2 block(s) (0xc02 byte(s) total) in 0xbf3  

byte(s) of memory. The problem occurred while processing the segment placement command "-P(XDATA)XDATA_N=_XDATA_START-_XDATA_END", where at  the moment of placement the available memory ranges were "XDATA:130d-1eff"

网上很多对这个问题的解释,请参看 http://blog.csdn.net/itas109/article/details/12999831

对于我的问题,网上很多方法都无效,
This Err  may cause by buffer using by UART DMA too large.
try to find _hal_uart_dma.c and reduce  2 defined paras value below (  it may be default 255) . For example:
HAL_UART_DMA_RX_MAX =64;//255
HAL_UART_DMA_TX_MAX =64;//255
that mean you using 128 byte= 64tx + 64rx  of Xdata Ram for uart dma circuit buffer. 

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值