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

Hex file failure

Hi all,

I have an evaluation version running V2.31

with following stuff...

V51.exe V7.01
OH51.exe V2.6
BL51.exe V5.01

EACH TIME I a load an older (working) project and recompile it without ANY changes ... The Hex file is incorrect.
I need to RECOMPILE ALL before it works...
It is possible to repeat the failure!
Anyone with the same problem? Any solution?


Kind Regards

Parents
  • Assume you have two projects A & B

    Load project A.
    Compile -> failure using the HEX file in the controller.
    Recompile A -> Hex is working in target

    Load project B.
    Compile -> failure using the HEX file in the controller.
    Recompile B -> Hex is working in target

    Load project A.
    in a file type a "space" anywhere to modify the file. (no code changes!)
    Compile -> failure using the HEX file
    Recompile B -> Hex is working fine.

    and so on ....

    This can be repeated over and over .....

Reply
  • Assume you have two projects A & B

    Load project A.
    Compile -> failure using the HEX file in the controller.
    Recompile A -> Hex is working in target

    Load project B.
    Compile -> failure using the HEX file in the controller.
    Recompile B -> Hex is working in target

    Load project A.
    in a file type a "space" anywhere to modify the file. (no code changes!)
    Compile -> failure using the HEX file
    Recompile B -> Hex is working fine.

    and so on ....

    This can be repeated over and over .....

Children