1a2m3 / SPD-Reader-Writer

SPD Reader & Writer with Software Write Protection capabilities supporting Arduino and SMBus
https://forums.evga.com/m3053544.aspx
GNU General Public License v3.0
77 stars 13 forks source link

G.Skill Trident Z RGB modules not working with 400 kHz I2C frequency #1

Closed daskanu closed 3 years ago

daskanu commented 3 years ago

Hello 1a2m3,

first of all let me say thank you for this great project.

I found that the EEPROM of my G.Skill Trident Z RGB modules is not detected as long as the I2C freqeny is set to 400 kHz. When commenting out the following line in the setup() method everything is working like a charm:

// Wire.setClock(400000)

Greetings from Germany, DasKanu

1a2m3 commented 3 years ago

Thanks for your support.

I have defaulted I2C clock frequency to 100khz, and added clock frequency options to the "SpdReaderWriterSettings.h" file.