We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
HI, I need to read the hex file loaded in INTEL flash.Generally I will be bale to read it in disassembly. IS there anyway / any s/w tools available which can give me the code in C. Please help me on this. This is to be done on Infineon's C167 processor based board.
Essentially, no.
" I will be bale to read it in disassembly"
That's because there is a direct one-to-one correspondence between machine instructions and Assembler instructions.
There is no such direct relationship between any high-level source code and the generated machine instructions - especially with modern optimising compilers!
http://www.keil.com/forum/docs/thread4117.asp http://www.keil.com/forum/docs/thread2917.asp http://www.keil.com/forum/docs/thread11028.asp