[SOLVED] LoadFile using .hex file throws 'Error while parsing parameter <Addr>

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

  • [SOLVED] LoadFile using .hex file throws 'Error while parsing parameter <Addr>

    I'm trying to flash a completed project using J-Link commander instead of from inside Simplicity Studio.

    This is what I'm typing into J-Link Commander V7.94i

    device EFM32WG232F256
    si swd
    speed 4000
    connect
    r
    LoadFile C:\Users\Roger\Dropbox\Simplicity Studio V5\Sentinel Lora Master.hex

    According to the help, you don't need to give a target Address when using a .hex file, so why is it complaining about parsing that? If I use the value 0 as the address, it still says the same.

    Any ideas as to why this doesn't work? I know the .hex file is valid, I can load it from inside Simplicity Studio.

    Any help would be greatly appreciated.
    Roger