• LazaroFilm@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    1 year ago

    I had that happen with embedded programming when you forget to flush the eeprom after changing your saved values.

      • LazaroFilm@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 year ago

        On small computers like Arduino there is a very small memory called eeprom that stays when powered off. It saves ultra low level data (at the bit and byte level) if you don’t “format” after changing what is being saved where it then tries to read gibberish and things go bonk.