Why my nrf52840 dongle is recognized as "nRF52 SDFU USB" not nRF Connect USB CDC ACM

I use c# write a server to monitor the com  whether the dongle plug.

At begin the dongle was recognized as nRF Connect USB CDC ACM

But yesterday, it was changed to "nRF52 SDFU USB"

That is awful, is there any solution to change nRF Connect USB CDC ACM?

Parents
  • Hi, 
    Could you let me know which SDK did you use ? I assume you were developing your application on nRF Connect SDK ? 
    The name  "nRF52 SDFU USB" suggests that the dongle has entered the bootloader mode. This is the bootloader from NRF5 SDK, it is activated when you put the dongle to bootloader mode (press reset button on the dongle). 
    You should see the LED breathing red color. 
    In your case there could be a chance that the dongle entered bootloader mode because it detect invalid application. This can happen if you modify the flash content of the application (so CRC doesn't match) 

    Or if you do a pin reset for some reason. 

    Please try to upload your image again and see if the issue persist. 
    Note that you can solder the header to P1 port and can erase/program the dongle from a DK.

  • I install the nRF Connect for Desktop v4.1.2 and the Programmer version is v3.0.9. So is that mean the SDK?

    Oh, yeah, maybe I press the button sometime by mistake so that put the dongle to bootloader mode and the led actually breathing right.

    So how can i do can change the dongle name to the nRF Connect USB CDC ACM?

    what is mean "solder the header to p1 port"

  • Hi Xu Dong, 

    Which firmware do you run on the dongle ? 
    If you unplug the dongle and plug it back again do you see the LED breathing red ? 

Reply Children
Related