When I set CONFIG_LOG=y, CONFIG_SERIAL=y in prj.conf, the UART streams out diagnostic message from my application code as expected, but I also get this endless I2C error message "E: Error on I2C line occurred for message 0". Questions:
1) Where is this coming from (zephyr, nRF SDK, etc.)?
2) What does it mean (where in the documentation can find out what it means)?
3) And how do I make it go away?
Thanks,