I have been searching in the forum about some examples of how to configure and use i2c but couldn't found any. where i can find some example? Does not matter if is not for KL27, I just want to know how to configure it.
Thank you
Solved! Go to Solution.
Hi RicardoRuiz18a,
Please Select Development Board and then Build MCUXpresso SDK v2.9.0 of KL27.
First you need to install SDK in MCUXpresso IDE, then import examples from SDK.
Here you can refer several I2C example for FRDM-KL27Z.
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Repeated Start is broken in parts that have the Double Buffered I2C module such as the KL27.
There are a few discussion about it in the forms.
The SDK gets around the issue by inserting undocumented NOPs to outlast the hardware race condition.
Hi RicardoRuiz18a,
Please Select Development Board and then Build MCUXpresso SDK v2.9.0 of KL27.
First you need to install SDK in MCUXpresso IDE, then import examples from SDK.
Here you can refer several I2C example for FRDM-KL27Z.
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi @RicardoRuiz18a ,
there are examples in the SDK, just use them with the MCUXpresso IDE:
I hope this helps,
Erich