Pull/Read program from SX?
MyYz400
Posts: 11
I bought a device that uses the SX28 chip a while back, and have lost all documentation for it and can seem to find any information online for it either. So as I was inspecting it, I saw on the board headers for the SX-key (which I have). I was wondering if one could pull /read the program on this chip. Then I could then understand how to use the device. Thank-you for any advice one could give.
MyYz400
MyYz400
Comments
If Code Protect is off, you can read the contents of the program memory, but it's just binary instructions. You will find that it's very difficult at best to understand what the program does and how it does it. It's possible to "dis-assemble" the binary instructions, but the labels and variable definitions are not there and, of course, the comments don't exist.
Post Edited (Mike Green) : 11/16/2009 4:30:38 PM GMT
As Mike mentioned, variables (registers) won't have names, and there won't be labelled, but that doesn't mean you can't pick out some of the important features of the app.
Also there is a "disassembler" at SXLIST which will at least make the read code a little more human-readable. Whether or not this is helpful, I can't say.
www.sxlist.com/techref/ubicom/disassemblers.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
1uffakind.com/robots/povBitMapBuilder.php
1uffakind.com/robots/resistorLadder.php