Page 1 of 1

How to config i2c in fast mode on CT-ARM

PostPosted: Thu Nov 19, 2020 2:08 am
by ridhwan_kamil
Hi all,
im having problem to configure the i2c mode into fast mode.
I tried to use the same method with normal wire libraries which calling the setClock function, & i got an error stated that there is no member of function setClock inside wire class. i look into the libraries CT-ARM source file and there is no setClock function.
For the CT-ARM, do anyone know on how to configure i2c bus into fast mode??

Re: How to config i2c in fast mode on CT-ARM

PostPosted: Thu Nov 26, 2020 11:23 am
by Idris
Hi ridhwan_kamil,

Sorry to say that the CT-ARM only support a basic I2C function. Anyway, if you would like to explore more, you can refer to:
- NUC131 Datasheet
- NUC131 Technical Reference Manual

Hope this helps. Thank you.