MMA8452Q

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

MMA8452Q

Jump to solution
1,581 Views
georgek
Contributor II

Hi,

I am currently developing a DSC application with the MMA8452Q accelerometer.

After power on reset, is the INT1/2 pin value "HIGH"?

Thanks for your clarification,

George

Labels (1)
0 Kudos
1 Solution
1,421 Views
TomasVaverka
NXP TechSupport
NXP TechSupport

George,

The interrupt pins can be configured to be push-pull or open drain and can be either active high or active low. This is done in the CTRL_REG3 (0x2C) register. Bit 0 (PP_OD) sets the configuration of the interrupt pins to be open drain or push pull and bit 1 (IPOL) sets the polarity, either active high or active low.

Default configuaration is push-pull (PP_OD = 0) and active low (IPOL = 0) as shown in table 60 of the datasheet, so after power-on reset the INT1/2 pins will be high – inactive, as you correctly stated.

I hope this helps.

Regards,

Tomas

View solution in original post

0 Kudos
3 Replies
1,422 Views
TomasVaverka
NXP TechSupport
NXP TechSupport

George,

The interrupt pins can be configured to be push-pull or open drain and can be either active high or active low. This is done in the CTRL_REG3 (0x2C) register. Bit 0 (PP_OD) sets the configuration of the interrupt pins to be open drain or push pull and bit 1 (IPOL) sets the polarity, either active high or active low.

Default configuaration is push-pull (PP_OD = 0) and active low (IPOL = 0) as shown in table 60 of the datasheet, so after power-on reset the INT1/2 pins will be high – inactive, as you correctly stated.

I hope this helps.

Regards,

Tomas

0 Kudos
1,421 Views
georgek
Contributor II

Thanks for your prompt and clear response, Tomas!

Best regards,

George

0 Kudos
1,421 Views
TomasVaverka
NXP TechSupport
NXP TechSupport

You are welcome, George.

Have a good day and thanks for using Freescale community.

Regards,

Tomas

0 Kudos