Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ELIST failed when program is not loaded in EEPROM #47

Open
ercanersoy opened this issue Jun 28, 2018 · 1 comment
Open

ELIST failed when program is not loaded in EEPROM #47

ercanersoy opened this issue Jun 28, 2018 · 1 comment

Comments

@ercanersoy
Copy link

ELIST failed when program is not loaded in EEPROM. This statement prints a lot of character.
This problem occurs on non-format EEPROMs.

@BleuLlama
Copy link
Owner

I don't believe there's any good way to find out if eeprom is formatted.

Although, I could reserve the first one or two bytes of the EE for a sentinel of some kind. If it's 'T' 'B' or somesuch, I know it's programmed, and elist is ok to do, otherwise print an error.

A lot of the niceties like this do take space to add though, which we're trying to avoid doing in TB.... one of the reasons that we have lots of #ifdefs for configuration. ;)

Then again, you can just tap the reset button on your arduino and then eformat. problem solved. (or just save something. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants