How do I change managed EEPROM start address

Hi,
I have a Mega program that uses a very small part of its EEPROM.
I suspect that part of my EEPROM has been worn out by a bad loop.
As my eeprom addresses are managed, I assume they start at address 0 and only uses the first part of the memory.
Is there a way to set the initial start address of managed system (except using discrete addresses or some kind of a memory optimization program).
Thanks

Yes, when writing to the eeprom, an address is always given.

It sounds like you don't understand the code you have, I guess you didn't write it, and have never read it? Why not post it here so that the forum can try to assist you? If you decide to post it, please do that in accordance with the forum guide.

See the bit in your code that sets the start address? Cos we can’t.
Well set that variable to a different number.

Guys, I dont know anything about you, but you seem to know a lot about me.
I have been programing probably before most of you were even born, so I know what I'm talking about. Please read again my post and do not reply if you do not know the answer.
My question was very simple, and I'll elaborate it here: When using managed addresses in EEPROM one gives the locations names rather than numbers. The program assigns each such name an address and number of bytes according to its type.
By default, the system starts the address numbering at address zero and from there on.
I simply asked if anyone knows how one can change the default addressing start to be other than zero. "(except using discrete addresses or some kind of a memory optimization program)."
It can be found in the header file, but I thought someone would knkow it saving me the search time.

Managed by what?

Are you talking about using avr/eeprom.h and using EEMEM to store data in the eeprom? In that case, I understand that the linker determines the memory locations and you do have not control over them.

@gfvalvo @cattledog delete your replies immediately! You do not know the answer to @samtal 's question and so should not have replied!

@samtal requires help only from those forum members with superhuman psychic abilities. I'm sure they will be along shortly. Wait, no, I'm not sure they will be along shortly. I was forgetting I don't have superhuman psychic abilities... Sorry!

So why do you not know how to solve this yourself?

By the way, I was born in 1951 so while your claim is not impossible it is highly improbable.

I was born in 1965. Hopefully I will get out of nappies/daipers before I start to need them again...

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.