Command object

Index FB00 STM Command

Index (hex)

Name

Meaning

Data type

Flags

Default

FB00:0

STM Command

General information for the modular device profile

UINT8

RO

0x03 (3dec)

FB00:01

Request

Requesting a command
0x8000: Software reset

OCTET-STRING[2]

RW

{0}

FB00:02

Status

Status of the command:

0: no error, without return value
1: no error, with return value
2: with error, no return value
3: with error, with return value
…. reserved
255: Command execution active

UINT8

RO

0x00 (0dec)

FB00:03

Response

Return value of the executed command

OCTET STRING[4]

RO

{0}