Nano slowest I2C setting
Posted: Fri Jul 28, 2017 12:57 pm
I am having some issues while communicating with a small 8-bit micro that is set to work via I2C at 50KHz. At the nano, following the documentation to do the I2C Init:
The slowest setting is 0x3F, which is 2048, and that gives me 61KHz.
Is that really the slowest I can go or did I misunderstood something?
Thanks!
Code: Select all
For MOD54415
// Internal bus clock which = (250MHZ (sys clock)/2) / freqdiv to give max baud rate of the master mode
// i2c bus. Values for freqdiv are found in the i2fdr section of the MOD54415 user manual.
Is that really the slowest I can go or did I misunderstood something?
Thanks!