Posts by Andrius

    Maybe someone knows why it doesn't allow uploading?

    -------------------------------------------------------------------------------------------------
    J-Link>loadfile C:\new_folder\file.hex
    'loadfile': Performing implicit reset & halt of MCU.
    Reset: Halt core after reset via DEMCR.VC_CORERESET.
    Reset: Reset device via AIRCR.SYSRESETREQ.
    Downloading file [C:\new_folder\file.hex]...
    J-Link: Flash download: Bank 0 @ 0x00000000: Skipped. Contents already match
    O.K.
    J-Link>mem 0x00 100
    00000000 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    00000010 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    00000020 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    00000030 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    00000040 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    00000050 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    00000060 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    00000070 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    00000080 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    00000090 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    000000A0 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    000000B0 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    000000C0 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    000000D0 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    000000E0 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    000000F0 = FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
    J-Link>
    -----------------------------------------------------------------------------------------------

    When I try to load the .bin file then everything works.

    Thank you

    Thank you for answer.

    When I try to upload the .hex file i still get this message:

    J-Link>loadfile C:\new_folder\filename.hex
    Error while parsing parameter <noreset | reset>
    Syntax: loadfile <filename> [, <Addr>] [, <noreset | reset>]
    J-Link>

    When I enter the "reset" command, everything is look fine.

    J-Link>reset
    Reset delay: 0 ms
    Reset type NORMAL: Resets core & peripherals via SYSRESETREQ & VECTRESET bit.
    Reset: Halt core after reset via DEMCR.VC_CORERESET.
    Reset: Reset device via AIRCR.SYSRESETREQ.
    J-Link>

    But it still fails to upload the file.

    Maybe you have encountered such a problem and know how to solve it?

    Hello, I recently bought a J-Link EDU MINI, I want to learn and try the possibilities with this programmer. I installed J-Link Commander, so the question is, can the compiled code be uploaded in .hex format? Do you really need .bin?
    Do I need to specify more parameters during upload? If yes, which ones?

    When I try to upload a code I get the following message:
    "Error while parsing parameter <noreset | reset>"

    When I type the command: "reset"
    Reset delay: 0 ms
    Reset type NORMAL: Resets core & peripherals via SYSRESETREQ & VECTRESET bit.
    Memory map 'before startup completion point' is active
    Reset: Halt core after reset via DEMCR.VC_CORERESET.
    Reset: Reset device via AIRCR.SYSRESETREQ.

    The reset function seems to work. Where could the problem be?

    Thanks in advance for the answers.