Skip to content

Commit a55fe95

Browse files
committed
add error hex to hex tool page
1 parent 94aff4f commit a55fe95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

software/universal-hex-tool.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ The Universal Hex Creator lets you combine a hex file created for a micro:bit V1
1414

1515
DAPLink will process the Universal Hex and only write data to the relevant board revision; V1 or V2. More information is available on our [Hex format](../hex-format), the [Javascript/Typescript libary](https://github.com/microbit-foundation/microbit-universal-hex) on which the Universal Hex Creator tool is based and the associated [Universal Hex specification](https://github.com/microbit-foundation/spec-universal-hex).
1616

17+
To support [cross-device compatibility](../hex-format/#cross-device-compatibility), we have created a [standalone error hex](/docs/software/assets/stand-alone-error-v1.hex) that can be combined with a V2 only hex in this tool to produce a Hex that will work on a V2 board, but error if used on a V1.
18+
19+
[Download standalone error hex](/docs/software/assets/stand-alone-error-v1.hex){: .btn.sm-btn download}
20+
1721
{% include uhex-tool.html %}

0 commit comments

Comments
 (0)