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.
i am developing a project that has a MP430FR2311 and aTMP75C temp sensor. I have been unable to get an acknowledgement from the temp sensor. I have used I2c routines that i have used with other MP430 processes as well as the example code provided with the MP430FR2311. I am still not able to get the temp sensor to respond. I connect another i2c chip BQ3200 and was able to get an acknowlegement as well as being able to read and write. Is there something that i am missing when trying to address the TMP75c.
thanks
Bill
Hi Ren
all the address pins were grounded. The address i used was 0x48. i had a BQ3200 on the bus with an address of 0x68. i have a file that contains the output sending one byte plus address. As you will see the tmp75c does not acknowledge where the BP3200 does. I also wrote a bit bang routine and got similar results. i have also included the code used . The micro i am using is the MP430FR2311. I have tried to determine if i am missing something as the tmp75c is an SMB bus.
Snap Shots of the different results using tmp75c and the BQ3200 that are on the same board/bus
Snap Shots of the different results using tmp75c and the BQ3200 that are on the same board.docx
i2c.pdfinit.pdfpatch_main.pdf2548.patch_main.pdf0081.Schematic Prints.pdfhi Ben
attached find the documents you requested. Thank for helping. This has me stump especially when i can read and write to
bq3200