Replies: 4 comments 14 replies
-
Sorry… I have a partially implemented change but haven't had time to finish it. It's on my list. Here's the branch: https://github.com/flit/pyOCD/tree/feature/microbit_v2 The main thing missing is a built-in target for the nRF52833. If you'd like to help, you could duplicate the built-in nRF52840 target support and correct the memory map. There is some general guidance for adding a new built-in target in adding_new_targets.md. |
Beta Was this translation helpful? Give feedback.
-
@heharkon Fyi, I added micro:bit v2 and builtin nRF52833 support on this branch of my fork: feature/microbit_v2. If you have a chance, would you mind testing it? You can install directly from this branch: Thanks! |
Beta Was this translation helpful? Give feedback.
-
fyi: #1177 |
Beta Was this translation helpful? Give feedback.
-
micro:bit v2 support is integrated into version 0.31.0 of pyocd. |
Beta Was this translation helpful? Give feedback.
-
Hi!
I purchased couple of BBC Micro:bits and seems that there's a new version, v2 of it, which I got then. It uses nrf52 instead of nrf51, so the existing board info for micro:bit doesn't match, I get
Board ID 9904 is not recognised, using generic cortex_m target.
and then fail...9900 and 9901 seem to be in the list for the first generation of Micro:bit.
I'm humbly asking would it be possible to support this version also? And if there's something I could help with, there might be a possibility to help. 😃 I do python, but I'm a total beginner with the boards etc. 😄
Beta Was this translation helpful? Give feedback.
All reactions