This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Uploading firmware during mass manufacturing

Hello Everyone,

This query regarding programming of board during mass manufacturing. I am using nrf51822, S130, SDK11. I combined softdevice, bootloader, and application code in one hex file and tried to upload the hex file. It takes roughly 23 second to upload this hex file using nrfgostudio windows application. Consider that I have to upload the firmware in 3000pcs of PCBA, it will consume a lot of time during manufacturing of product. I want to know is there any faster method or any other software which can be used to erase the chip and upload new hex file quickly?

Parents
  • 23 seconds sounds slow, are you sure you measure it right? This can be if you do complete chip recovery and erase but in production you may assume chips are erased already. Try running it through nrfjprog command line utility (basically no one is using GUI based things like nRFgo Studio in production), with many SEGGER programmers you can run at 10-50MHz SWD clock rate which should also help. Finally doing 3k boards in production jig you will probably use some professional HW + SW flashin bundle so I suggest to test that instead of other tools.

  • I using nrfjprog using command prompt. It programmed the nrf51822 quickly (~3- 4 sec)

Reply Children
No Data
Related