i2c device not working on 1.8v in LPC EVK

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

i2c device not working on 1.8v in LPC EVK

跳至解决方案
898 次查看
jinu_mohan
Contributor I

Hi team,

we are working on LPCXpresso55S69/55S28 Development Boards in that we have loaded the sdk lpcxpresso55s28_i2c_read_accel_value_transfer in this example we are able to read accelerometer values 

outputoutput

 

but wen we changed jumper p4 into 1.8v the accelero meter is not working ,from controller we are not able to receive any clock pulse.(we checked via oscilloscope) . and  also we are not able to get any logs in debugger we are getting debug print as below 

Screenshot from 2023-04-01 15-17-25.png

 

is there any settings needs to be changed in EVK or circuit or in code settings please let us know.

we didn't changed any configurations in example code ! 

EVK we are using

Screenshot from 2023-04-01 15-21-38.png

 

@Blackpearl  @ZhangJennie

@Eiffel   @Kp_krishna 

标签 (2)
0 项奖励
回复
1 解答
863 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

The SDK example lpcxpresso55s28_i2c_read_accel_value_transfer reads the MMA8652FC, 3-Axis, 12-bit, Digital Accelerometer, as you can see the screenshot, the VDD of MMA8652FC ranges from 1.96V to 3.6V, the VDDIO of MMA8652FC ranges from 1.62V to 3.6V. On our LPC55S69-EVK board, the VDD pin and VDDIO pin of MMA8652FC are both connected to VDD_TARGET node, which is 1.8V when you use 1.8V power supply, that is why the MMA8652FC can not work because the VDD is required 1.96V at least.

Hope it can help you

BR

XiangJun Rong

xiangjun_rong_0-1680492482254.png

 

xiangjun_rong_1-1680492767053.png

 

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
864 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

The SDK example lpcxpresso55s28_i2c_read_accel_value_transfer reads the MMA8652FC, 3-Axis, 12-bit, Digital Accelerometer, as you can see the screenshot, the VDD of MMA8652FC ranges from 1.96V to 3.6V, the VDDIO of MMA8652FC ranges from 1.62V to 3.6V. On our LPC55S69-EVK board, the VDD pin and VDDIO pin of MMA8652FC are both connected to VDD_TARGET node, which is 1.8V when you use 1.8V power supply, that is why the MMA8652FC can not work because the VDD is required 1.96V at least.

Hope it can help you

BR

XiangJun Rong

xiangjun_rong_0-1680492482254.png

 

xiangjun_rong_1-1680492767053.png

 

 

0 项奖励
回复