Originally Posted by pramarn
EEPROM content is not included in the code size.
In other words, if your picture data will never change, you can write this data to the EEPROM and the data will not be included in your code size.
Originally Posted by pramarn
EEPROM content is not included in the code size.
In other words, if your picture data will never change, you can write this data to the EEPROM and the data will not be included in your code size.
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Thank you Mr sayzer
How to write data to EEPROM it need Hard ware to write data same MCU?
Thank you very much
Check DATA and EEPROM commands. You will see lots of examples.
"The data is stored in the EEPROM space only once at the time the microcontroller is programmed, not each time the program is run"
Thus, DATA content is not included in your code size.
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Bookmarks