isEepromFormatted

Topics related to the API, programming discussions & questions, coding tips, bugs, etc. should go here.
Post Reply
User avatar
paul
Posts: 457
Joined: Sat May 02, 2009 8:41 am
Location: Brisbane, Australia

isEepromFormatted

Post by paul »

hello again,

If isEepromFormatted returns false or EepromWriteBlock/EepromReadBlock return EEPROM_ERROR_NOT_FORMATTED, are we to write EEPROM_SIGNATURE ourselves or does the kernel attempt to do this for us at some other point? Or does them returning false mean we should just forget about eeprom functionality for the session?

Thanks
User avatar
uze6666
Site Admin
Posts: 4812
Joined: Tue Aug 12, 2008 9:13 pm
Location: Montreal, Canada
Contact:

Re: isEepromFormatted

Post by uze6666 »

Oops...the eeprom....it's still on my todo list. :oops: I was supposed to do a HEX to provide a simple interface to format and allow to set some flags. So for the time beign, you must "format" it yourself by writing the EEPROM_SIGNATURE.

Uze
User avatar
paul
Posts: 457
Joined: Sat May 02, 2009 8:41 am
Location: Brisbane, Australia

Re: isEepromFormatted

Post by paul »

No problem. I'd be happy to pitch in after I have finished my game. Almost done, but I have left sound until last. It scares me :?
User avatar
Jhysaun
Posts: 214
Joined: Tue Nov 04, 2008 12:32 am

Re: isEepromFormatted

Post by Jhysaun »

paul wrote:No problem. I'd be happy to pitch in after I have finished my game. Almost done, but I have left sound until last. It scares me :?
Me too ;) That and debugging my boss fight :o
Lerc wrote:I intend to use my powerful skills of procrastination to ensure that when I get to making things, the chips will be available.
Post Reply