Hi....
problem message[303] Program word too large truncated to core size(cfa4) and so on 4 line...
2 lines for 16f1828.inc line 20, 21 (tried to moding few variation of original val but no joy)
2 line for generated asm line 69, pointing to last "End" word in xx.asm
i have very simple test code which succesfuly compile if i change 16f1828 to 16f1827
a var byte
b var byte
ch1 var byte
ch2 var byte
LED var PORTb.6
start:
adcin 4,ch1
pause 1
hpwm 1,ch1,32000
adcin 5,ch2
pause 1
hpwm 2,ch2,32000
pause 10
a=a+1
if a=255 then toggle led
goto start
pbp is 2.60c
mcs+ 3005
.inc files modified for fusses
mplab 8.90 / mpasm 5.49
what can be diferent between those configs if 16f1827 compile but 16f1828 want.
Bookmarks