I'm wondering if there was a bootloader for an EEPROM, since I want to try to make a "cartridge" system that could control an LCD screen.
Thanks in Advance!
I'm wondering if there was a bootloader for an EEPROM, since I want to try to make a "cartridge" system that could control an LCD screen.
Thanks in Advance!
Interesting question that is impossible to answer. The Arduinos run from Flash, not EEPROM and the bootloader loads your code into the flash whether it is good or bad. You can write code that will write data to its internal EEPROM or create some hardware and you can write external EEPROM. If this EEPROM is on another micro consult the micro manafacturer's data.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.