NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Microcontroller Programming » Copying Microcontroller Code
September 17, 2012 by Bushy |
Can anyone copy a program from an MCU or duplicate an MCU? I'm still a total newb--just got my temp sensor to work--but this question suddenly nagged me. |
---|---|
September 18, 2012 by Rick_S |
There are lock fuses in microcontrollers that once set prevent reading the memory of the controller. If the fuses aren't set, you can read the program off, but it will not be in C, it will be a binary file that could be transferred as is to another microcontroller, or disassembled into an assembly program (albeit not necessarily an easy to follow assembly program). |
September 18, 2012 by Bushy |
Thanks! I appreciate open source, but also want to protect the product of my time and effort. |
Please log in to post a reply.
Did you know that you can control multiple LEDs from one microcontroller output? Learn more...
|