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: Write function for MAX30100

Other Parts Discussed in Thread: TM4C129XNCZAD

Tool/software: Code Composer Studio

Can I have the sample code for writing function (modify the data in the register)? Using TM4C129XNCZAD and MAX30100.

  • If you are looking for I2C examples then you can find them under <TivaWare_Installation>/examples/peripherals/i2c.

    This I2C app note will be helpful to you too. www.ti.com/.../spma073.pdf
  • Hi,
    You asked for I2C example code and I provided the path to the examples we have in the TivaWare library and and in addition the I2C application note we have. However, you rejected the answer without providing additional comments as to what is lacking. If you are looking for a read-to-use example without modification that will interface the MCU to the MAX30100 then we simply just don't have that. I will suggest you start with the TivaWare I2C examples I pointed and the app note and I think you can build your project by referencing these examples.