IAR make时报错
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 0x1a9 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:1d57-1eff"
尝试过修改 options--General options--Stack/Heap--XDATA的值但不知道如何修改
你把报错复制到记事本发给我
XDATA:1d57-1eff,程序设置一共只有1a9个字节,但是程序有0xc02大小,放不进去,发生溢出,要加大XDATA的值
ram不够用了,减少ram使用量,或者查一下ram设置范围,是不是没有按实际大小设置