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

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

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

Jump to solution
1,280 Views
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,

Labels (1)
0 Kudos
1 Solution
1,154 Views
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.

View solution in original post

0 Kudos
1 Reply
1,155 Views
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 Kudos