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.

CCS/TM4C123GH6PM: Creating a BMP180 project with pre-made files

Part Number: TM4C123GH6PM

Tool/software: Code Composer Studio

Hello guys, I'm new to CCS and the Tiva C series launchpad

I'm trying to read the BMP180 sensor and I found the next link with some files I'd like to try it

I'm using Code Composer Studio 7.0.0

Thanks in advance!

Greetings,
Efra.

  • Hi,
    I will suggest you try the ready-to-use BMP180 sensor CCS project example under <TivaWare_Installation>\examples\boards\ek-tm4c123gxl-boostxl-senshub\pressure_bmp180. You just need to import the project to CCS and can get started with it.
  • Hello Charles, thanks for your quick reply!

    Indeed that made the sensor work.

    Unluckily, I didn't understand much, so now I'm trying to write a simple code that just reads the ID register which address is 0xD0 to check whether the communication is functioning or not.

    Any tips will be appreciated.

    Greetings,
    Efrain.