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.
Tool/software: Code Composer Studio
Hi,
I am working through the i2ctmp007 example provided within TI Resource Explorer and I am using CCS Cloud.
I am now trying to find reference documentation related to the I2C library (ti/drivers/I2C.h) but there are no obvious html links in TI Resouce Explorer, or elsewhere on TI.COM for that matter, that I could find which would direct me to the library reference documentation. The TI.COM website appears to be very product related, hence making it very difficult to navigate. I tried searching but nothing came up.
I am trying to learn about all the I2C functions available. Some were used in the example I am looking at:
I2C_open( Board_I2C_TMP, &i2cParams)
I2C_transfer(i2c, &i2cTransaction)
This comment applies to all libraries actually. Where is the reference document found?
Thanks
Gerriko Iot said:I thought the whole concept behind the Simplelink platform is commonality.
Yes, that is true. But, before the Simplelink platform became "commonality" just recently, the drivers (e.g I2C) are maintained by Teams for that specific MCU. Example drivers for TI CC2640R2F are maintained by TI BLE Team. So, if you ask the question at TI BLE Forum with regards to I2C for TI CC2640R2F, you will get more expert advice.
- kel
I thought to add to this post as I believe the TI Resource Explorer needs fixing. What I just discovered is that if I enter the term "I2C driver" the Documents folder is included in the search results. If I just enter "I2C" then, as I described before, the Documents folder is excluded altogether.
It is my opinion that when searching for terms, like "I2C", then all items need to be included in the search result and it is up to the user to narrow things down themselves.
Gerriko,
I agree with you that the documentation hits should be returned when doing the I2C search.
It looks like it is the driver keyword that triggers the doc to show up. If I search just on driver I see it.
I filed an issue against Resource Explorer to track this (REX-1609). The names of each of the drivers should trigger docs hits.
Regards,
John