欢迎访问ic37.com |
会员登录 免费注册
发布采购

TMC8462-BA 参数 Datasheet PDF下载

TMC8462-BA图片预览
型号: TMC8462-BA
PDF下载: 下载PDF文件 查看货源
内容描述: [Dual Integrated 100-Mbit Ethernet PHY]
分类和应用:
文件页数/大小: 204 页 / 12251 K
品牌: TRINAMIC [ TRINAMIC MOTION CONTROL GMBH & CO. KG. ]
 浏览型号TMC8462-BA的Datasheet PDF文件第164页浏览型号TMC8462-BA的Datasheet PDF文件第165页浏览型号TMC8462-BA的Datasheet PDF文件第166页浏览型号TMC8462-BA的Datasheet PDF文件第167页浏览型号TMC8462-BA的Datasheet PDF文件第169页浏览型号TMC8462-BA的Datasheet PDF文件第170页浏览型号TMC8462-BA的Datasheet PDF文件第171页浏览型号TMC8462-BA的Datasheet PDF文件第172页  
TMC8462 Datasheet Document Revision V1.4 2018-May -09  
168 / 204  
5. Write upper byte of the memory address  
I2C_DATA_W <= 0x12  
6. Send Data  
I2C_CONTROL <= 0x04  
7. Write lower byte of the memory address  
I2C_DATA_W <= 0x34  
8. Send Data  
I2C_CONTROL <= 0x04  
9. Send Repeated-Start Condition  
I2C_CONTROL <= 0x20  
10. Write the slave address and the R bit ((0x50 « 1) + 1 = 0xA1)  
I2C_ADDR <= 0xA1  
11. Command: Receive Data and send ACK  
I2C_CONTROL <= 0x02  
12. Read the data  
databyte <= I2C_DATA_R  
The last two steps can be repeated as long as it is necessary, for the last byte send a NACK instead:  
13. Command: Receive Data and send NACK  
I2C_CONTROL <= 0x01  
14. Read the data  
databyte <= I2C_DATA_R  
15. Write 0x10 (Send Stop Condition) to the I2C_CONTROL register.  
©2018 TRINAMIC Motion Control GmbH & Co. KG, Hamburg, Germany  
Terms of delivery and rights to technical change reserved.  
Download newest version at www.trinamic.com  
 复制成功!