I'm using MMA8451 - Can I permanently write settings to the sensor

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

I'm using MMA8451 - Can I permanently write settings to the sensor

跳至解决方案
1,444 次查看
davidgroff
Contributor II

I am using an Arduino Uno to write configuration settings to the MMA8451.  I have set it up to detect freefall and set interrupt pin 1.  I want to know if I can save these settings in non-volatile memory of the chip so that I don't need to re-write these to the chip every time power is reset?:

Thanks,

标签 (1)
0 项奖励
回复
1 解答
1,318 次查看
TomasVaverka
NXP TechSupport
NXP TechSupport

Hi David,

Unfortunately not. The non-volatile memory is not user accessible. The only way is to write the register configuration every time after powering up from your Atmega328 MCU.


Let me know if you have any other questions.


Regards,

Tomas


PS: If my answer helps to solve your question, please mark it as "Correct" or “Helpful”. Thank you.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,319 次查看
TomasVaverka
NXP TechSupport
NXP TechSupport

Hi David,

Unfortunately not. The non-volatile memory is not user accessible. The only way is to write the register configuration every time after powering up from your Atmega328 MCU.


Let me know if you have any other questions.


Regards,

Tomas


PS: If my answer helps to solve your question, please mark it as "Correct" or “Helpful”. Thank you.

0 项奖励
回复