NordicSemiconductor / nrf-intel-hex

Yet another parser for "Intel HEX" files.
BSD 3-Clause "New" or "Revised" License
27 stars 8 forks source link

Feature: slice(offset, length) method #5

Closed IvanSanchez closed 6 years ago

IvanSanchez commented 6 years ago

The main use case for this is ""extracting"" or slicing out the UICR section of .hex files intended for nRF52 chips. Comparing the page is easier than reading all individual values (with getUint32) and looping.