Has anyone programmed a bare nrf52832. I have the ebytes e73-2g4m04s1b module. Nordics devzone suggest using segger j link and stuff. But I don't have access to any of those. Can I use Arduino Uno to programme ? Has anyone done it before ? Can u guide / point to some resources.
Asked
Active
Viewed 431 times
3
-
No dice. You need an SWD programmer - and nordic supplied software only supports J-Link. Pointing to external ressources is off topic here anyway. – Turbo J Nov 03 '19 at 09:58
-
Can I use Arduino as an SWD ? Are there any chances ? – binu23 Nov 03 '19 at 13:18
-
A cheap fake stlink will work, better actually than it will on ST parts. The problem with making a programmer from an Arduino is you would need both voltage translation and software to fill the task. Most SWD programmers are made from other ARM Cortex M series chips... – Chris Stratton Nov 03 '19 at 17:44