This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Flashing code into NRF52832 ICs quickly

Hello , What is the preferable way to flash code into NRF52832 IC during mass production? Flashing the code into custom IC with NRF52-DK in time consuming process.

And also Is there any way to generate and flash hex code into NRF52832 ICs rather than flashing code from keil software?

Parents
  • Yes, loading the code takes some time. The only way how to speed it up is to use higher SWD clock. E.g. SEGGER J-Link supports 50MHz or even higher clocks and it seems to work well (at least with nRF5x DK boards). Now if you really want to speed the process you can do pre-programming in the socket so the final time on the production line is shorter (that's what usually matters). This is standard technique so your professional partner for PCB assembly line should be able to advise or directly offer such service.

    To your second question: no one would ever flash the board in production from Keil;) There are so many options for JTAG/SWD programmers, some of them just professional versions (like J-Link line from SEGGER) some even industrial/mass production grade (see some examples on Nordic Infocenter). Again Google and some knowledgeable consultant are your friends if you are in doubts.

Reply
  • Yes, loading the code takes some time. The only way how to speed it up is to use higher SWD clock. E.g. SEGGER J-Link supports 50MHz or even higher clocks and it seems to work well (at least with nRF5x DK boards). Now if you really want to speed the process you can do pre-programming in the socket so the final time on the production line is shorter (that's what usually matters). This is standard technique so your professional partner for PCB assembly line should be able to advise or directly offer such service.

    To your second question: no one would ever flash the board in production from Keil;) There are so many options for JTAG/SWD programmers, some of them just professional versions (like J-Link line from SEGGER) some even industrial/mass production grade (see some examples on Nordic Infocenter). Again Google and some knowledgeable consultant are your friends if you are in doubts.

Children
Related