Options
All
  • Public
  • Public/Protected
  • All
Menu

Module uicr

Functions

getHexMapUicrData

  • Reads the UICR data from an Intel Hex map and retrieves the MicroPython data.

    throws

    {Error} When the Magic Header is not present.

    Parameters

    • intelHexMap: MemoryMap

      Memory map of the Intel Hex data.

    Returns MicropythonUicrData

    Object with the decoded UICR MicroPython data.

getIntelHexUicrData

  • Reads the UICR data from an Intel Hex string and retrieves the MicroPython data.

    throws

    {Error} When the Magic Header is not present.

    Parameters

    • intelHex: string

      MicroPython Intel Hex string.

    Returns MicropythonUicrData

    Object with the decoded UICR MicroPython data.

Generated using TypeDoc