请教 错误:PIC汇编
时间:10-02
整理:3721RD
点击:
Executing: "C:\Program Files (x86)\Microchip\MPASM Suite\mplink.exe" /p16F1508 "HH6400_TC.o" /z__MPLAB_BUILD=1 /m"HH6400_TC.map" /w /o"HH6400_TC.cof"
MPLINK 4.49, Linker
Device Database Version 1.14
Copyright (c) 1998-2011 Microchip Technology Inc.
Error - section '.org_0' can not fit the absolute section. Section '.org_0' start=0x00000000, length=0x00001014
Errors : 1
请教大神,这个怎么解决,弄得焦头烂额
MPLINK 4.49, Linker
Device Database Version 1.14
Copyright (c) 1998-2011 Microchip Technology Inc.
Error - section '.org_0' can not fit the absolute section. Section '.org_0' start=0x00000000, length=0x00001014
Errors : 1
请教大神,这个怎么解决,弄得焦头烂额
如果用了lkr文件可以把IKr文件删掉试试
你定义的缓冲太大了,可能超过你了那个Bank的RAM容量