EEPROM PROBLEM IN JN5168

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

EEPROM PROBLEM IN JN5168

1,420 次查看
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 项奖励
回复
1 回复

1,238 次查看
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 项奖励
回复