Hello,
Is it possible to recollect a program from PIC micro controller, which is already burnt in it? Please give comments and help me to find a solution..
thanks
Yes you can read the program from burned PIC controller if there is no kinda security bit is used.
if security bit is used then it will hard to read the Controller.
The max you can achieve from the MPLAB IDE is the registers op-code. You have to manually convert it back to C or any other language. For this you have to read the device architecture, registers mapping and if it is 16F device you should be very careful about Bank Switching. You should be knowing the Assembly language and device instruction set as well.
yes if no security bits are used then it will possible to read the controller from any burning software like pickit2 or ICprog or any different. there is option to read IC.
you can convert it to assembly by using opcode but to coonvert it to C lang. you have to write your code by using assembly logic.