Program 10 nRF52832 devices simultaneously using nRF52-DK

Hi,

For Production I need to program by SWD 10 nRF52832 devices simultaneously. The production tools will be prepared for separately connecting 10 SWD interfaces to 10 different programmers.

All this would ne managed for a single dedicated PC.

I have a doubt I would like to share with you. For reducing the cost of the total set, I was thinking to use 10 nRF52-DK kits each controlled by nrfjprog. Using Python program I would like to launch 10 simultaneous nrfjprog sessions, each session with a specific ID nRF52-DK. Do you think this could work? What limitations could we have?

Thank you very much in advance

Regards,

Joel

Parents
  • Hi Joel,

    I think there should be no problem in doing that other than some run-time issues depending upon the setup.

    You may try with programming 2 DKs at a time, and if successful then extent to 10 DKs.

    If you get issues in running 2 instances of nrfjprog for 2 DKs then please report and we can have a look. 

    Extending to 10 (or other number of instances) will depend on your computer & setup.

Reply
  • Hi Joel,

    I think there should be no problem in doing that other than some run-time issues depending upon the setup.

    You may try with programming 2 DKs at a time, and if successful then extent to 10 DKs.

    If you get issues in running 2 instances of nrfjprog for 2 DKs then please report and we can have a look. 

    Extending to 10 (or other number of instances) will depend on your computer & setup.

Children
Related