Forum Discussion
MCher6
New Contributor
7 years agoSoC and i2c read/write transaction without stop in between.
I connect FXOS8700CQ to SoC with Intel FPGA Avalon I2C (Master) Core. Add to *.dts: i2c_accelerometer: i2c@0x000010300 {
compatible = "altr,softip-i2c-v1.0";
reg = <0x00000000 0x00010300 0x00000...
MCher6
New Contributor
7 years agoI managed!
The changes are very rough and not entirely correct, but the driver works. I did not completely check, but maybe someone will fall into a similar situation.