Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

SMS kit and Hex file translation

Status
Not open for further replies.

DrWhoF

Advanced Member level 1
Advanced Member level 1
Joined
May 6, 2005
Messages
402
Helped
24
Reputation
48
Reaction score
11
Trophy points
1,298
Activity points
4,388
sms hex translator

I have SMS kit (Silicon Chip).
It is based on AT microcontroller and it has come with pre-programmed chip. However, the HEX file can be downloaded fro Silicon Chip web site.
Is there any chance of disassembling this hex file and translate it to common 8051 source code?
 

That should be easy. You need a disassembler. Try out the following. Or search google for many more.

**broken link removed**
 

This project is based not on 8051 but it uses the AT90S8515, so running this hex file through common 8051 disassembler will not produce anyting usefull.
Correct me if I am wrong, but for me this will have to be done "by hand" having both microcontrollers, the AT90... and 8051, sets of instructions and addresses of bits and registers ..
I really don't think you will find any simpler way of translating this code to the 8051 sourc file ..
Good luck and regards ..
IanP
 

    DrWhoF

    Points: 2
    Helpful Answer Positive Rating
But first I have to disassembly this HEX file.
Any further suggestions?
Thanks.
 

You could either try to find a disassembler for AT90 controllers, or you can do a hand disassembly. It is tedious but possible. Depends how much you want the source code.
 

Just get IDA Pro - it supports whole AVR family.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top