Can i copy my binary code that is in text to Arduino Micro without headers eeprom chip using the Arduino software

I am interested in the Arduino Micro without headers.

Will I be able to copy the binary code that’s in a text file from my old eeprom chip to the one that’s on this board using the Arduino software?. My original eeprom chip is on a pci card and i can access its functions by pressing a key on the keyboard to load a screen before the computer boots into windows. Will this work the same way with my binary code?.

If i go with this board and want to sell it to my customers after I am done adding my code to it, what board would I sell to my customers?. I would not want the user to be able to re program anything on the chip. Only be able to read and write from it.

Hello my friend
The user will not be able to access the code if you do not give it to him
Or if he reprograms it, he will not be able to recover the code that was recorded on it

The ATmega32u4 processor has only 1K bytes of EEPROM memory, and that is the only EEPROM on that board. So, you cannot copy 128K bytes to it.

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