Using I2C with K64 and KSDK v2

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

Using I2C with K64 and KSDK v2

1,106 次查看
gabriel_grossko
Contributor I

I am using the FDRM-K64F.   I'd like to write an app with MCUXpresso that does I2C communication with an external peripheral.   I thought I would start with the accelerometer, which is built-in and working.

I looked at all the built-in SDK examples and what they have in common is that they do not use the MCUXpresso config tools.   If I look at i2c_read_accel_value example, I cannot update it with the peripheral tool or pin tool.   I say that because the application directly initializes the I2C hardware and pins and clocks.   While it is great that the code works, it is better to create something with the tools,

Does anyone have a FDRM-K64F example app that uses the I2C subsystem and was actually programmed using the MCUXpresso config tools?  

标签 (1)
0 项奖励
1 回复

984 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi Gabriel,

MCUXpresso Config Tools is not as powerful as Processor Expert. At present, it can config the I2C to work with accelerator. It is better to consult to I2C demo in SDK. If you are interesting to the tool, you can refer to this link.

https://community.nxp.com/message/902147 

Regards,

Jing 

0 项奖励