Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MicropythonUicrData

MicroPython data stored in the UICR Customer area.

Hierarchy

Properties

deviceVersion

deviceVersion: DeviceVersion

Device targeted by this hex file.

flashEndAddress

flashEndAddress: number

End address for the flash memory.

flashPageSize

flashPageSize: number

Size of a single flash page, in bytes.

flashSize

flashSize: number

Full flash size in bytes.

flashStartAddress

flashStartAddress: number

Start address for the flash memory.

fsEndAddress

fsEndAddress: number

End address in flash where the MicroPython filesystem starts.

fsStartAddress

fsStartAddress: number

Start address in flash where the MicroPython filesystem starts.

runtimeEndAddress

runtimeEndAddress: number

End address in flash where the MicroPython runtime starts.

runtimeStartAddress

runtimeStartAddress: number

Start address in flash where the MicroPython runtime starts.

uPyVersion

uPyVersion: string

MicroPython version string.

uicrEndAddress

uicrEndAddress: number

uicrStartAddress

uicrStartAddress: number

Generated using TypeDoc