This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to use Tiva SensorHub with beaglebone black

Other Parts Discussed in Thread: AM3359

Hello,

i got a beaglebone black and use StarterWare for AM335x. Now i want to connect it to a Sensor Hub BoosterPack.

Is it possible to use sensorlib from TIVA StarterWare to do this?

I would do it like this:

- change register addresses of I2C Module (from Tiva to am3359) in i2c.h and i2c.c

- connect SCL and SDA from sensorhub to am3359

- include libaries like mpu9150.h and use functions

or is it easier to write some functions for hsi2c of am3359?

thanks for replies