mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-12 22:01:56 +00:00
I2C_MSG_RESTART is not used in QMSI driver. What is really needed here is I2C_MSG_STOP; Missing this flag is causing the issue. JIRA: ZEP-398 Change-Id: I8fbfe15890c886ede4cce3d2cc68f53758a41e75 Signed-off-by: Baohong Liu <baohong.liu@intel.com> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
prj.conf | ||
README | ||
testcase.ini |
This is a sample app to read and write the to the Fujitsu MB85RC256V FRAM chip via I2C on the Quark SE Sensor Subsystem. This assumes the slave address of FRAM is 0x50, where A0, A1, and A2 are all tied to ground.