??? 02/13/08 04:02 Read: times |
#150677 - How do I pull code from a micro to put on another? |
I have a Silicon Laboratories C8051F125 microcontroller that has been programmed and works flawlessly. My problem is I need to download the code from that microcontroller and upload to several others. I do not have the original c/h files that were used to compile for the original microcontroller. I am able to use the SiLab IDE to pull the hex code from the original micro, but when I open it in notepad, it’s not in the proper format for a hex file. What’s the easiest way to take code from the original uController and use it to program other uControllers? |