Page 1 of 1

Read 24lc32a

Posted: Sat Jul 03, 2010 2:28 am
by jovesdies
Here's another questions of mine ... How can I read the content of a 24lc32a using the develop board ? Not the cable connection (I've read the other topic .... Thanks Frank) but the program inside (a friend of mine wants an effect like the one I have but I've lost the programs !! :(( )
Regards

Posted: Sat Jul 03, 2010 10:39 am
by frank
Hmmm, not possible using the currrent s/w. The dev s/w only does a read after writing to verify the write but it doesn't read and store the eeprom contents. If you can get your hands on a programmer like a Xeltek they can usually copy an eeprom.

Posted: Tue Aug 17, 2010 3:11 pm
by Sweetalk
Can you go back from an .hex file (from an eeprom) to a spn file o an spj file?. I lost a code and I have it only on a programmed eeprom. Sadly I didn't finish it so I can't use it from there.

Posted: Tue Aug 17, 2010 5:56 pm
by frank
In theory you can disassemble the program. Using the SpinAsm manual you could write a program to read the hex file and determine the instruction and coefficient and address.

Posted: Tue Dec 10, 2013 9:52 am
by danielgiani
frank wrote:In theory you can disassemble the program. Using the SpinAsm manual you could write a program to read the hex file and determine the instruction and coefficient and address.
hey guys, can we have more information about this process? Have you guys ever done this before?

Posted: Tue Dec 10, 2013 10:22 am
by frank
danielgiani wrote:
frank wrote:In theory you can disassemble the program. Using the SpinAsm manual you could write a program to read the hex file and determine the instruction and coefficient and address.
hey guys, can we have more information about this process? Have you guys ever done this before?
I do not encourage this, if someone has shared their code then you should be able to find the source. If you are attempting to disassemble code from a closed source or commercial project then you may be violating their copyright of the code.

Posted: Tue Dec 10, 2013 2:45 pm
by danielgiani
frank wrote:
danielgiani wrote:
frank wrote:In theory you can disassemble the program. Using the SpinAsm manual you could write a program to read the hex file and determine the instruction and coefficient and address.
hey guys, can we have more information about this process? Have you guys ever done this before?
I do not encourage this, if someone has shared their code then you should be able to find the source. If you are attempting to disassemble code from a closed source or commercial project then you may be violating their copyright of the code.
Its not the case Frank. I've made a code, assembled it to HEX and lost the orignal asm file....Im just trying to get it back...