Can I program multiple nRF52832 controllers simultaneously using a single JTAG connection? If yes, How may I can do? If No, Please explain.
Can I program multiple nRF52832 controllers simultaneously using a single JTAG connection? If yes, How may I can do? If No, Please explain.
Not on single wire (connector) because SWD is bi-directional protocol so any response would interfere if sent from multiple points back to master. Read more about it on Wikipedia;) However parallel programming is typically solved by dedicated (more expensive) HW which can from single high-level programming interface process multiple SWD sessions and manage them for each attached target separately (see this blog post and this blog post and this blog post for example).
(and usual mean comment that you can get all this information yourself after few minutes of googling and searching this forum with reasonable key words... e.g. these posts are interesting:
Not on single wire (connector) because SWD is bi-directional protocol so any response would interfere if sent from multiple points back to master. Read more about it on Wikipedia;) However parallel programming is typically solved by dedicated (more expensive) HW which can from single high-level programming interface process multiple SWD sessions and manage them for each attached target separately (see this blog post and this blog post and this blog post for example).
(and usual mean comment that you can get all this information yourself after few minutes of googling and searching this forum with reasonable key words... e.g. these posts are interesting: