Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
boards:microbit [2024/08/14 13:32] – [Resources] darron | boards:microbit [2024/08/14 14:01] (current) – [Arduino] darron | ||
---|---|---|---|
Line 28: | Line 28: | ||
[[tools: | [[tools: | ||
- | ZADIG will need to be setup which will install WINUSB on the J-Link debug interface. OpenOCD built into Arduino will then program the micro:bit (slowly). | + | [[https://github.com/ |
+ | Zadig is required to provide LIBUSB to the IDE. When using J-Link, this is found as "BULK interface (Interface 2)". | ||
+ | |||
+ | When trying to flash the Softdevice there will be an error about | ||
+ | fetching the zip file. To remedy this place the hex file in | ||
+ | the Arduino AppData folder. | ||
+ | |||
+ | < | ||
+ | AppData/ | ||
+ | </ | ||
+ | |||
+ | The Softdevice hex file is located in the [[tools: | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
===J-Link=== | ===J-Link=== | ||