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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

385 Views
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 Kudos
Reply
1 Reply

365 Views
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 Kudos
Reply