Tool/software: TI-RTOS
Hello,
I have try to read BMP280 pressure sensor on CC1310 through I2C with code composer studio.
I already read the reference about I2C example TMP007 (ti\simplelink_cc13x0_sdk_2_20_00_38\examples\rtos\CC1310_LAUNCHXL\drivers\i2ctmp007)
and I2C example BME280 (ti\sail_1_20_00_02\examples\rtos\CC1310_LAUNCHXL\sail\i2cbme280).
Because BMP280 and BME280 are almost the same, I try to change the code to make BMP280 work.
I already change some memory map from the datasheet, but I still can't get anything from BMP280.
I've already change chipID from 0x60 to 0x58.
I also try to use the source from ti\simplelink_cc13x0_sdk_1_60_00_21\source\ti\mw\sensors, but I fail.
I can't get any data from BMP280.
What should I do ?
Thank you!
Best regards.