Flash Nordic sample using Segger or PlatformIO via SWD into puckjs #3671
Unanswered
espruino-discuss
asked this question in
Puck.js, Pixl.js, Jolt.js and MDBT42
Replies: 2 comments
-
Posted at 2021-02-24 by @gfwilliams Hi Adam, The Puck just has a completely standard nRF52832 chip in it, so the samples should work. However are you completely erasing the device first and also flashing a matching softdevice? Because if you're not using a matching SDK (Puck uses SDK12) then you'll hit problems |
Beta Was this translation helpful? Give feedback.
0 replies
-
Posted at 2021-02-24 by user113493 Hi Gordon, Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2021-02-23 by user113493
Hello,
I am trying to flash blinky sample from Nordic SDK into my puckjs v2 via SWD.
I have tried both Segger and PlatformIO. The download seems to be successful but when I run it in debug it stops executing in reset.S line: bl z_platform_init.
Do I need to modify the sample code in any way to run it in puckjs?
Thanks
Adam
Beta Was this translation helpful? Give feedback.
All reactions