Hi Aisha,
The i2c read / write functions for our github are for Bosch EVM boards.
If you are using your own board, you have to modify i2c read / write functions accordingly.
Thank you.
Hello Minhwan,
Thank you for your replay,
i'm trying to modify these i2c functions to be able to work with zephyr the same way ( that is done in this thread). zephyr needs an object from type "device" to be able to use the i2c functions,and i think this is my problem here.
Aisha