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.

convert from hex to assembly

Status
Not open for further replies.

h.galeh

Member level 3
Joined
Apr 16, 2008
Messages
66
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
Tehran, Iran, Iran
Activity points
1,690
we can catch IC's hex program using j-link - my ic is lpc1768
can we convert from hex to assembly language?
 

If the chip is not code protected, then yes and yes.

However, if you are looking at a commercial product, the chances are that the protection is enabled and you will be unable to access the code memory via jtag. It is even possible for the protection to disable jtag access completely.

See section 7.30.3 of the guide:
 

If the chip is not code protected, then yes and yes.

However, if you are looking at a commercial product, the chances are that the protection is enabled and you will be unable to access the code memory via jtag. It is even possible for the protection to disable jtag access completely.

See section 7.30.3 of the guide:
suppose we have hex file already
how should we convert it to assembly?
 

Google for "arm hex file disassembler" - you will get lots of hits. Hex-rays IDA Pro might do it.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top