I want to save some data in flash memory of NTM88H135ST1, is there any API for that?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I am using NTM88 for my TPMS BLE application and i am getting some threshold values of pressure and temperature and i want to save the same into flash memory.

- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
The flash memory can be partitioned into separate sections. These sections can be used for code or data allocation.
Information on flash memory allocation can be found in the document “NTM88_RAM_and_FLASH_Organization” that can be found in the folder documentation > doc_ntm88 of the Starter Package.
https://www.nxp.com/webapp/Download?colCode=NTM88-NCK2910-STARTER-PACKAGE
An example project in which flash is separated into different sections can be found in below package:
https://www.nxp.com/webapp/Download?colCode=NTM88-NCK2910-BOOTLOADER
In this project, separate sections allow to separate bootloader from application code, but the same principle can be used to separate application from data.
