10. Appendices

10.1. Appendix A: Memory Map

../_images/appendixa.svg

Figure 27 Analyzing a Flash Memory Image

10.2. Appendix B: Enclosure

../_images/enclosure.jpg

Figure 28 DA14585 IoT MSK Enclosure: Bottom/Top View

10.3. Appendix C: mkimage script steps

  1. Convert your .hex to .bin.
hex2bin.exe -e bin smart_tag_585.hex
../_images/topflow2.svg

Figure 29 Convert .hex to .bin

  1. Create a single image from a binary.
mkimage.exe single smart_tag_585.bin tag_sw_version1.h smart_tag_1.img
../_images/topflow3.svg

Figure 30 Create a Single Image from a Binary

  1. Create another single image from a binary.
mkimage.exe single smart_tag_585.bin tag_sw_version2.h smart_tag_2.img
../_images/topflow4.svg

Figure 31 Create Another Single Image from a Binary

  1. Create a multi-image from the single two images.
mkimage.exe multi spi smart_tag_1.img 0x0 smart_tag_2.img 0x18000 0x38000 multi_smart_tag.bin
../_images/topflow5.svg

Figure 32 Create a Multi-Image from the Two Single Images