pilinux / TI_SimpleLink_nvsInternal_Boilerplate

Boilerplate for using non-volatile storage (NVS) driver to read and write data to on-chip flash memory | TI SimpleLink MCU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TI SimpleLink nvsInternal

Summary

This project is intended to be a starting point for new development where a fuller set of kernel features and debug capabilities are enabled.

Additionally, it contains a detailed explanation of accessing the non-volatile internal storage of a CC1310 micro-controller using the NVS driver provided by Texas Instruments.

Resources & Jumper Settings

Please refer to Board.h for resources used and board-specific jumper settings.

Example Usage

Please study TI_SimpleLink_nvsInternal.c file for a proper understanding.

If there is any mistake/confusion, please submit an ISSUE.

About

Boilerplate for using non-volatile storage (NVS) driver to read and write data to on-chip flash memory | TI SimpleLink MCU

License:MIT License


Languages

Language:C 94.8%Language:Batchfile 5.2%