Page 1 of 1
EEPROM initialization
Posted: 20 February 2008, 17:19 PM
by Don_Kirby
In the change log for compiler version 2.3.13, I find:
- Added code to append user EEPROM data to the download file.
Can you explain this further? I've been tracking down a problem where my EEPROM data is being re-initialized after every program download, and I'm curious if this is the cause.
-Don
Re: EEPROM initialization
Posted: 20 February 2008, 17:30 PM
by dkinzer
Don_Kirby wrote:Can you explain this further? I've been tracking down a problem where my EEPROM data is being re-initialized after every program download, and I'm curious if this is the cause.
The objective was to provide for initialized EEPROM data defined in C and assembly language code to be downloaded. Unfortunately, the means for doing so wasn't implemented correctly and the result is the problem that you have observed. The only recourse is to drop back to the earlier compiler version.
Posted: 20 February 2008, 17:41 PM
by Don_Kirby
Thanks Don, I can live with the issue as long as I know why it is occurring.
As an aside, I'm amazed at how quickly you can track down and resolve these issues. I have no doubt that by the time the native mode compiler (and devices) are officially released, they will be rock solid. Kudos.
-Don
Posted: 20 February 2008, 19:48 PM
by dkinzer
Don_Kirby wrote:I'm amazed at how quickly you can track down and resolve these issues.
Well, as you probably know, a clear and concise description of the problem contributes significantly to its resolution.