Does the 18F2450 have on-chip EEPROM?
Does the 18F2450 have on-chip EEPROM?
Hi Bruce
I think it does, am I reading the datasheet wrong ?, does it not have eeprom ?
Reading the datasheet & understanding it are two different things.
Just downloaded & looked over the datasheet. Doesn't look like this one has on-chip EEPROM so that would explain the error.![]()
OMG, I'm a total idiot, I've been looking at the 2455 datasheet all this time
My project is prety scuppered without being able to persist some values on power down, do you know if I could use something else with that processor, maybe peek or pokecode or something ?.
Thanks for your help Bruce
Reading the datasheet & understanding it are two different things.
The easy route would just be to use the 2455, but you could use ERASECODE, WRITECODE and READCODE.
This memory wears out a lot faster than EEPROM, and you have to erase before writes, and deal with different block sizes, etc, but it's do-able.
Melanie posted a nice tutorial here somewhere on this.
Bruce
I will have a go with the writecode / readcode and see how that goes....
Thanks for your help :-)
Reading the datasheet & understanding it are two different things.
Dave
Always wear safety glasses while programming.
Bookmarks