Some advice needed to write modified data back into the boot eeprom for usage a
Christof Eb.
Posts: 1,229
Hi, I would be very thankful for some help!
I want to do the following:
....
Thanks alot for some input!
Christof
I want to do the following:
....
PUB main .... a:=b*var1 'use predefined variable .... var1:= xyz 'modify predefined variable writeback(@var1,1) ' ??????? IS THERE A FUNCTION TO WRITE BACK A MODIFIED LONG INTO THE BOOT EEPROM????? ..... DAT var1 long 27 'have a variable in a dat-section with predefined data
Thanks alot for some input!
Christof
Comments
I was not aware, that it was such simple, perhaps someone is looking for something too. So I post the solution
Christof