EEPROM PROBLEM IN JN5168

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

EEPROM PROBLEM IN JN5168

466 Views
dheerajsawant
Contributor V

Hello mario_castaneda‌, 

I am facing problem in PDM EEPROM.

when i tried to load data in EEPROM its works correctly. 

but after a reboot while reading "PDM_eReadDataFromRecord" this API,

it shows " PDM_E_STATUS_INVLD_PARAM".

how to overcome this problem.

Best Regards, 

Dheeraj Sawant

0 Kudos
1 Reply

284 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Dheeraj,

Application data records in EEPROM can be read by the application using the function PDM_eReadDataFromRecord(). The record to be read is specified using its 16-bit identifier and a data buffer in RAM must also be specified in which the read data will be stored.

If the call to PDM_eReadDataFromRecord() indicates that the record has not been found, the application should also call PDM_eDeleteAllData() because another application may have been running that does not use the same record ID but has written inconsistent ZigBee PRO records to the PDM module

Regards,

Mario

0 Kudos