[SOLVED] J-Flash - Merge intel hex or motorola srec

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • [SOLVED] J-Flash - Merge intel hex or motorola srec

    Id like to merge two intel hex or Motorola srec files (built with IAR EWARM)

    What I do:

    - File - Open Data file (open file #1)
    - File - Merge Data file (open file #2)

    The log says:
    ----
    Opening data file [C:\workspace\file1.srec] ...
    - Data file opened successfully (37572 bytes, 2 ranges, CRC = 0x0DCC4286)
    Merging data file [C:\workspace\file2.srec] ...
    - Data file merged successfully (37572 bytes, 2 ranges, CRC = 0x0DCC4286)
    ----

    But: the file shown is still the unchanged file #1.
    Also when I safe the data file just the file #1 is saved.

    what am I doing wrong?
  • Hi,

    Can you please attached both files, so we can give it a quick try here?
    We are not aware of any problems with the merging functionality in J-Flash


    - Alex
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • Hi,

    the problem here is that both files intersects in different sections.
    For example:
    File1:
    0x13C00 - 0x16FFF
    File2:
    0x14400 - 0x1A890

    This is something which was not supported by J-Flash yet.

    We already extended J-Flash, so that it does now also support merging of sections which exists in both files.
    The user will be asked when merging intersects files before J-Flash proceeds. In cases like this, the overlapping areas
    will be replaced by the one of the selected file (selected via pop-up dialog).
    We plan to have a new version, in which this feature will be available maybe today or next week.


    Best regards
    Erik
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • Hi,

    The new beta version (V4.85e) which comes with this feature, is available for download:
    segger.com/jlink-software-beta-version.html

    Short feedback would be appreciated.


    - Alex
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.