hi i'm italian.
i have lost a file.c for pic 18f258 from my pc. this file is into a pic in hex format. can i obtain the file.c reading the hex fil from pic.
i use icprog pic programmer.
please help me
Ttelmah Guest
Posted: Sun Sep 03, 2006 2:46 pm
No.
There are programs that can _attempt_ to partially reconstruct C code from the output file (V4 is meant to offer this), but you will not get back anything even remotely resembling the original. All variable names/subroutine names will have been lost, and even the actual instructions used will vary (there are many ways of achieving the same result for some parts of the code).
I'm afraid you need to rewrite the .c file, or find the lost version.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum