OpenCores

I2C master/slave Core

Issue List
accessed as SLAVE, with Repeated START #2
Open cristivsflorin opened this issue about 15 years ago
cristivsflorin commented about 15 years ago

when accessed as SLAVE, with a Repeated START it is not responding correctly. The reason for that is because the counter for the bits starts counting too early after the Repeated START.

FIX suggestion:

in file ms_core.v the internal wire bit_cnt_rst should also be '1' when (detect_start = 1).


Assignee
No one
Labels
Bug