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

Generating Hex file in uvision V1.31 - Problems in uVision V4

Hi,

I have problems with my Hex file generated by uVision 4.

My original project built in uVision V1.31 was generating an Hex file to work on a 80C251SB16

Now that I have rebuilt my project with the same code files in uVision V4, there seems to be much more options to input for creating the target.

With the default target options (as used to be done in V1.31) I get Linkage erros, now by fixing these by tweaking the options (Memory model, code rom Size and External memory adress) I manage to generate an Hex file but it does differ from the original one created in V1.31.

Question is: Is it normal for an Hex file to differ when created with different uVision versions ?

Obviously the new Hex file won't work when implemented on ROM, is this just a matter of getting the right target options or do I get something wrong somewhere ?