-
18f25j10
I migrated from a 16F886 to 18F25j10 for memory size reasons
but I'm doing something wrong, can't compile, compile result send a lot of reports.
next is just some of them
Can Somebody help me?
Error[113] C:\SABUESO\DEBUG\SABUESO_V1_0_1.ASM 225 : Symbol not previously defined (EEPROM_START)
Error[118] C:\PBP\PBPPIC18.LIB 1158 : Overwriting previous address contents (0000)
Error[113] C:\PBP\PBPPIC18.LIB 556 : Symbol not previously defined (EEADR)
I'm working in the mplab enviroment
-
This should help withe the overwritting error
http://www.picbasic.co.uk/forum/showthread.php?t=543
the other two I would say are something from an ASM program. Post your code show we can give more help.
-
And for the other two errors ...
The 18F25J10 doesn't have any EEPROM.
<br>
-
18f25j10
Thanks, I never thought about a pic without eeprom