I want to save some data in flash memory of NTM88H135ST1, is there any API for that?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

I want to save some data in flash memory of NTM88H135ST1, is there any API for that?

383 次查看
ankit2631
Contributor II

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.

0 项奖励
回复
1 回复

363 次查看
ErikaC
NXP TechSupport
NXP TechSupport

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.

0 项奖励
回复