PIC24 and EEPROM
If you’re reading this, chances are you are in the same boat I was in before writing this text – I wanted to save some data to EEPROM
on a PIC24F
and … it doesn’t have one. (The manual claims that PIC24F
has EEPROM
, but that is not fully so – only select models, namely PIC24F___K_, do). What to do? Well, there is this nice lib (AN1095) from Microchip that implements software EEPROM
. The lib is well written, lots of docs, but alas – it does not run out of the box. This post is about the additional steps that it took to get it running.
Read more »