75XX I2C: Difference between revisions

From embeddedTS Manuals
m (FTP links auto-updated (http://www.embeddedarm.com/documentation/ →‎ https://cdn.embeddedarm.com/resource-attachments/))
m (Links auto-updated for 2022 re-branding ( https://files.embeddedarm.com/ts-arm-sbc/ts-7500-linux/samples/i2ctemp.c →‎ https://files.embeddedTS.com/ts-arm-sbc/ts-7500-linux/samples/i2ctemp.c https://files.embeddedarm.com/archive/Manuals/third-party/ECONA-CNS21XX-HRM-v.1.8.pdf →‎ https://files.embeddedTS.com/archive/Manuals/third-party/ECONA-CNS21XX-HRM-v.1.8.pdf))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The I2C_SCL and I2C_SDA pins bring out the I2C bus from the CNS2132 CPU.  We do have an example for connecting to the I2C bus that uses the temperature sensor used on some of this series.  You can find the C example [https://files.embeddedarm.com/ts-arm-sbc/ts-7500-linux/samples/i2ctemp.c here].
The I2C_SCL and I2C_SDA pins bring out the I2C bus from the CNS2132 CPU.  We do have an example for connecting to the I2C bus that uses the temperature sensor used on some of this series.  You can find the C example [https://files.embeddedTS.com/ts-arm-sbc/ts-7500-linux/samples/i2ctemp.c here].


Please refer to the [https://cdn.embeddedarm.com/resource-attachments/third-party/ECONA-CNS21XX-HRM-v.1.8.pdf CNS2132 user's guide], page 55, 144, and 312 for more information on this I2C bus.
Please refer to the [https://files.embeddedTS.com/archive/Manuals/third-party/ECONA-CNS21XX-HRM-v.1.8.pdf CNS2132 user's guide], page 55, 144, and 312 for more information on this I2C bus.

Latest revision as of 16:26, 17 January 2022

The I2C_SCL and I2C_SDA pins bring out the I2C bus from the CNS2132 CPU. We do have an example for connecting to the I2C bus that uses the temperature sensor used on some of this series. You can find the C example here.

Please refer to the CNS2132 user's guide, page 55, 144, and 312 for more information on this I2C bus.