EEPROM PROBLEM IN JN5168

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

EEPROM PROBLEM IN JN5168

1,429件の閲覧回数
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,247件の閲覧回数
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 件の賞賛
返信