Skip to content

Amount of flash memory required by OpenThread for dataset #8076

Closed Answered by jwhui
ValNyrov asked this question in Q&A
Discussion options

You must be logged in to vote

The Thread Conformance Specification states that the maximum size for Operational Datasets is 254 bytes. In OpenThread, this is reflected at:

#define OT_OPERATIONAL_DATASET_MAX_LENGTH 254

OpenThread stores non-volatile information using the otPlatSettings*() interface. The OT_SETTINGS_KEY_* enum identifies the set of items that OpenThread stores in non-volatile. The amount of non-volatile storage needed will depend on various build configurations (e.g. child table size, use of SRP client, etc.).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ValNyrov
Comment options

@jwhui
Comment options

@ValNyrov
Comment options

Answer selected by jwhui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants