Questions about 'comparing nRF52840 vs nRF52832', what are the big differences between them?

Questions about 'comparing nRF52840 vs nRF52832', what are the big differences between them? 

hi, all.

How are you doing? 

I want  to apply nRF52840 instead of nRF52832, for the convenience of fusing firmware using USB. 

Is this right solution? 

Could somebody help me to providing the comparison sheet between them? 

Additionally, could somebody tell me how upgrade firmare using USB? 

Just copy hex file into flashdisk using USB port? 

Thanks in advace. 

Best regards, 

Sunny

Parents Reply Children
  • If you are using the development kit, you can flash firmware via the USB Mass Storage Device (MSD) interface provided by the on board debugger.

    If you want the ability to update firmware over USB with only the nRF52840 and no debugger, I think this should be possible. The nRF52840 has hardware support for USB. You would have to configure it as a MSD, and you'll need to add a bootloader such as MCUboot, to do the firmware update.

    Another way to get a drag and drop interface for flashing is to use the Programmer application from nRF Connect for Desktop.

    I hope that clarifies things.

    Best regards,

    Raoul

Related