PDA

View Full Version : 18f25j10



pic_cel
- 27th November 2009, 18:55
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

mackrackit
- 27th November 2009, 21:40
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.

Darrel Taylor
- 28th November 2009, 00:47
And for the other two errors ...

The 18F25J10 doesn't have any EEPROM.
<br>

pic_cel
- 28th November 2009, 18:48
Thanks, I never thought about a pic without eeprom