Skip to content

EEPROM invalidation not deterministic #9

Description

@konimaru

In invalidateEEpromImage() we find:

     // 1. Check word 3 - Start of Code pointer (must always be $0010)
     i2c_out(eeBus, 0b1010000, 6, 2, (char*) 9999, 2);  // clear to 9999; invalidate image
     while(i2c_busy(eeBus, 0b1010000));

Who knows what exactly is stored at address 9999 (comment is bogus)? 0x8000 is a safer as it holds -1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions