Part Number:MSP430G2553
Hi,
I´m working on BMP180 Sensor with MSP430g2553, I´ve download many libraries but are so confused and complicated to implement my code.
For that reason I want to build my own code, I tried reading calibration data, I´m based my code with some I2C examples provided by TI.
My question is: How I obtein this example value? On register 0xAA
Do I need to Write on that register? or Read that register? I don´t understand this part
Do I need to use Tx/Rx interrupts?
If anyone have an example on Code Composer Studio please share the code.
I tried with Energia Code but doesn´t work, always shows Temp = 0C. Pressure = 2Pa.
Hope you help me, thanks.