I²C modification

a precise question: where to go to change the baudrate, the speed of reception of module I²C? It’s a little bit hard for me to understand the code…

Thanks

Laurent

mios_iic.inc - you need to insert some additional NOPs into the MIOS_IIC_Delay_600ns_Stretch and MIOS_IIC_Delay_600ns function

Best Regards, Thorsten.

ok, I will test that. And nothing to chang into the code of the firware of the IIC module ?

IIC is a synchronous protocol, which means: the master controls the baudrate.

In general I don’t know why you want to decrease the baudrate, maybe this is the wrong solution for your intentions…?

Best Regards, Thorsten.