Command line interface hex file

Hi,

I have previously compiled the zigbee command_line_agent for the PCA10059 which I use for testing.

It worked when uploaded so I have one working PCA10059.

Recently I upgraded the windows software for Nordic's nRF Connect for Desktop to v3.11.0.

Having recompiled the hex file for /examples/zigbee/experimental/cli/cli_agent_router

via pca10059/mbr/armgcc

e.g.) make clean ; make erase

I find when flashing the dongle with the hex file (e.g. ../pca10059/mbr/armgcc/_build/nrf52840_xxaa.hex

and now I am unable to see it as a serial device in windows.

Is there a pre-compiled "known working" version of this hex file I can keep for reference?

I want a few PCA10059 flashed as command_line_agent and currently I cannot get the hex file

to work the same as previous

Parents
  • Hello,

    I don't think the version of nRF Connect for Desktop should matter, since it is not related to the nRF5 SDK. The only thing it should be related to is the way you program the dongle (if you are using nRF Connect for Desktop -> Programmer).

    Do you see the dongle in nRF Connect for Desktop -> Programmer? If you press the reset button (not SW1) when the dongle is powered, does it start to blink (breathe) the red LED?

    You can test with the attached .hex file. I couldn't test it right now, because I don't have a dongle on my desk, but it should be an unmodified CLI example:

    7563.nrf52840_xxaa.hex

    Best regards,

    Edvin

Reply
  • Hello,

    I don't think the version of nRF Connect for Desktop should matter, since it is not related to the nRF5 SDK. The only thing it should be related to is the way you program the dongle (if you are using nRF Connect for Desktop -> Programmer).

    Do you see the dongle in nRF Connect for Desktop -> Programmer? If you press the reset button (not SW1) when the dongle is powered, does it start to blink (breathe) the red LED?

    You can test with the attached .hex file. I couldn't test it right now, because I don't have a dongle on my desk, but it should be an unmodified CLI example:

    7563.nrf52840_xxaa.hex

    Best regards,

    Edvin

Children
Related