This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Code Curropt

Hello I am getting very serious problem, The code written for phillips 89V51RD2 , after some days the code written in keil will not work on the same hardware .If i write same code once again without copy/paste it will work . Please any body have solution for this.

Regards
Santosh Hegde.

Parents
  • I don't know anything about the C51 tools, but with the ARM tools, I have on three occations had projects that have totally died on me. The first two times, I had to create new projects and then add all source files unchanged.

    The second and third times, I could verify that the project file had switched to a completely different processor - not even correct manufacturer.

    I have not been able to find out exactly what trigged the change of processor in the project.

Reply
  • I don't know anything about the C51 tools, but with the ARM tools, I have on three occations had projects that have totally died on me. The first two times, I had to create new projects and then add all source files unchanged.

    The second and third times, I could verify that the project file had switched to a completely different processor - not even correct manufacturer.

    I have not been able to find out exactly what trigged the change of processor in the project.

Children