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
  • Per;
    I have had the same unscheduled changes occur in my projects. It appears that tools.ini is changed. There is one possible cause for me. I sometimes open more than one version of uVision. In one, I may be working in PK51(moving programs from 8051 to ARM) while I have MDK running in a different window. I can never predict which version of tools.ini will show up. Probably the last project to open will leave tools.ini modified. Also, I often have two uVision MDK projects open. I assume the same results are changing my tools.ini file.
    I hope to spend a little more time playing with different configurations to possibly identify a true cause.
    In the next release, I plan to build a completely different path for the two sets of Keil tools with different uV3 and different tools.ini.
    Bradford

Reply
  • Per;
    I have had the same unscheduled changes occur in my projects. It appears that tools.ini is changed. There is one possible cause for me. I sometimes open more than one version of uVision. In one, I may be working in PK51(moving programs from 8051 to ARM) while I have MDK running in a different window. I can never predict which version of tools.ini will show up. Probably the last project to open will leave tools.ini modified. Also, I often have two uVision MDK projects open. I assume the same results are changing my tools.ini file.
    I hope to spend a little more time playing with different configurations to possibly identify a true cause.
    In the next release, I plan to build a completely different path for the two sets of Keil tools with different uV3 and different tools.ini.
    Bradford

Children