Using I2C with K64 and KSDK v2

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

Using I2C with K64 and KSDK v2

1,058 Views
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?  

Labels (1)
0 Kudos
1 Reply

936 Views
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 Kudos