Error[e104]: Failed to fit all segments into specified ranges. Problem discovered in segment CODE. Unable to place 107 block(s) (0x3848 byte(s) total) in 0x3316
byte(s) of memory. The problem occurred while processing the segment placement command "-P(CODE)CODE=C000-FFDF", where at the moment of placement
the available memory ranges were "CODE:ccca-ffdf"
我要怎么解决?
Hardy Hu:
代码量和变量加起来的空间需求太大了,超过了FLASH的容量。
精简代码或者增加优化等级。