Hello all,
I'm new on the forum but already several years busy with Avrco.
I've a small question about a project with the Mega:
I need to copy data from an external eeprom to the internal mega eeprom.
If I implement:
TwiInpP(ExtEepAdres,@Eeprom[$0100],$0040)
it won't work. Problem I gess is that pointer to internal Eeprom isn't allowed here?
Of course I can read every single byte in a buffer variable and write it, but is there no solution (like pointers) to copy every eeprom page in block? Because I'm running out of Ram I don't want to use an extra buffer in ram to do so.
Thanks for helping
I'm new on the forum but already several years busy with Avrco.
I've a small question about a project with the Mega:
I need to copy data from an external eeprom to the internal mega eeprom.
If I implement:
TwiInpP(ExtEepAdres,@Eeprom[$0100],$0040)
it won't work. Problem I gess is that pointer to internal Eeprom isn't allowed here?
Of course I can read every single byte in a buffer variable and write it, but is there no solution (like pointers) to copy every eeprom page in block? Because I'm running out of Ram I don't want to use an extra buffer in ram to do so.
Thanks for helping