@[TOC]953 串行器常用寄存器整理
寄存器
硬件知识
一、Ti 953 寄存器
``
查看Ti 953寄存器的地址名称
搜索 Device ID Register
可以查到:ID 0x30
General_CFG (Address 0x02)
GPIO(General Purpose I/O Ports)意思为通用输入/输出端口,通俗地说,就是一些引脚,可以通过它们输出高低电平或者通过它们读入引脚的状态-是高电平或是低电平。
GPIO口一是个比较重要的概念,用户可以通过GPIO口和硬件进行数据交互(如UART),控制硬件工作(如LED、蜂鸣器等),读取硬件的工作状态信号(如中断信号)等。GPIO口的使用非常广泛。
0X0E
行周期 line peried TRC
跟帧率有关
7.3.6 GPIO Support
The DS90UB953A-Q1 supports four pins, GPIO0 through GPIO3, which can be monitored, configured, and
controlled through the I2C bus in registers 0x0D, 0x0E, and 0x53. These GPIOs are programmable for use in
multiple situations. GPIO0 and GPIO1 have additional diagnostics functionality and may be programmed to
sense external voltage levels.
总结
以上是Ti953的基础设置