ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

8080协议

2022-01-28 19:04:24  阅读:245  来源: 互联网

标签:协议 8080 information signal high CX low data


目录

8080协议概述

写周期序列

读周期序列 


8080协议概述

8080协议是一种并行、异步、半双工通信协议,可用于单片机控制器与LCD驱动芯片之间的通信。8080的通信端包括:

The chip-select CSX (activelow) is used to enable or disable ILI9341 chip. The RESX(active low) is an external reset signal. WRX is theparallel data write strobe, RDX is the parallel data read strobe and D[17:0] is parallel data bus.

ILI9341 latches the input data at the rising edge of WRX signal. The D/CX is the signal of data/commandselection. When D/CX=’1’, D [17:0] bits are display RAM data or command’s parameters. When D/CX=’0’, D[17:0] bits are commands.

CS:片选信号,低电平有效

RES:复位信号,低电平有效

D/C:数据命令选择端,0:命令;1:数据

WR:写地址/数据控制端,低电平有效

RD:读数据控制端,低电平有效

D[17:0]:数据/命令信号

写周期序列

The WRX signal is driven from high to low and then be pulled back to high during the write cycle. The host processor provides information during the write cycle when the display module captures the information from host processor on the rising edge of WRX. When the D/CX signal is driven to low level, then input data on the interface is interpreted as command information. The D/CX signal also can be pulled high level when the data on the interface is RAM data or command’s parameter

拉低或拉高D/C端口,选择写命令/写数据操作;在WR为上升沿时,将数据/命令写入到控制器里。

 Note: WRX is an unsynchronized signal (It can be stopped)

读周期序列 

The RDX signal is driven from high to low and then allowed to be pulled back to high during the read cycle. The display module provides information to the host processor during the read cycle while the host processor reads the display module information on the rising edge of RDX signal. When the D/CX signal is driven to low level, then input data on the interface is interpreted as command. The D/CX signal also can be pulled high level when the data on the interface is RAM data or command parameter.

 拉低或拉高D/C端口,选择写命令/写数据操作;在RD为上升沿时,读数据线里的数据D[17:0]。

 Note: RDX is an unsynchronized signal (It can be stopped).

注意: 注意:读取数据仅在D/CX输入拉高时有效。如果D/CX在读取时被驱动的低,那么显示信息输出将是高阻态。

Note: Read data is only valid when the D/CX input is pulled high. If D/CX is driven low during read then the display information outputs will be High-Z

标签:协议,8080,information,signal,high,CX,low,data
来源: https://blog.csdn.net/ShallowGreen/article/details/122728432

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有