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

How to read in an Intel Hex file into the dscope

I am using dScope251/51 for windows
Version 1.2c and cannot seem to load in an Intel hex file by itself, without first compiling or assembling it with uVision.Does anyone know how to do this, please let me know
Thanks
Mike Finnerty

Parents
  • Thanks for the responses, I figured out that the problem
    was the first line in my hex file it should read as follows.

    :03000000020003F8 /* correct first line */

    The following line was the source of my problems

    :020000040000FA /* incorrect first line */

    I always though hex was hex, but I must be wrong. Oddly enough
    the original hex file worked with my device programmer.

Reply
  • Thanks for the responses, I figured out that the problem
    was the first line in my hex file it should read as follows.

    :03000000020003F8 /* correct first line */

    The following line was the source of my problems

    :020000040000FA /* incorrect first line */

    I always though hex was hex, but I must be wrong. Oddly enough
    the original hex file worked with my device programmer.

Children