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?

115件の閲覧回数
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 返信

95件の閲覧回数
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 件の賞賛
返信