Good afternoon, I apologize if this is not the right place, but I am looking for some help finishing a project. Our main developer is no longer able to work on the project and I need some help!
If interested, please send me an estimate for this work, and we can work out the details. Here is what we need: *Initial Scope of project:* Summary: We started this project using a PIC18F14K50 several years ago using JAL. The code works pretty well as-is, but we need to add some functionality. The immediate goal is to add a circular buffer wear-leveling routine to save a variable to EEPROM every X seconds (probably around every 10-30 seconds) during operation. (This has been started and some commented-out framework is already in code) The idea is that when power is cut to the device, it will remember where this variable is at and then start with that value after device is powered up again. We want to use wear-leveling to prevent wearing out one location in EEPROM by spreading out the writing/reading over a section of EEPROM. Note: we are already using the first few bytes of EEPROM for configuration variables, but the rest of the EEPROM is free to use for this purpose. The read/write process needs to be pretty fast so that it does not interfere with normal operation. *Task:* Take existing, working code written in JAL and finish the wear-leveling circular buffer routine to save variable to EEPROM. Load this variable at startup so that the operation continues from where it was left off after power was cut. -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/jallib. For more options, visit https://groups.google.com/d/optout.
