CN102087880A - Initialization method of memory element - Google Patents
Initialization method of memory element Download PDFInfo
- Publication number
- CN102087880A CN102087880A CN2009102538376A CN200910253837A CN102087880A CN 102087880 A CN102087880 A CN 102087880A CN 2009102538376 A CN2009102538376 A CN 2009102538376A CN 200910253837 A CN200910253837 A CN 200910253837A CN 102087880 A CN102087880 A CN 102087880A
- Authority
- CN
- China
- Prior art keywords
- beginning
- memory component
- signal
- end signal
- memory element
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000011423 initialization method Methods 0.000 title description 3
- 238000000034 method Methods 0.000 claims abstract description 23
- 230000005540 biological transmission Effects 0.000 claims description 10
- 230000002159 abnormal effect Effects 0.000 description 2
- 238000004891 communication Methods 0.000 description 2
- 238000012790 confirmation Methods 0.000 description 2
- 238000013461 design Methods 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Images
Landscapes
- Synchronisation In Digital Transmission Systems (AREA)
Abstract
Description
技术领域technical field
本发明涉及一种二线式传输接口,且特别涉及具有二线式传输接口的存储器元件的一种初始化方法。The invention relates to a two-wire transmission interface, and in particular to an initialization method of a memory element with a two-wire transmission interface.
背景技术Background technique
一般二线式传输接口,例如集成电路之间的总线(Inter-integrated Circuit Bus,I2C Bus),是利用串行时钟(serial clock,SCL)与串行数据(serial data,SDA)这两条线来传送数据。以液晶显示器(liquid crystal display,LCD)为例,其时序控制器(timing controller)便可以利用I2C去存取电可擦可编程只读存储器(electrically erasable programmable read-only memory,EEPROM)。时序控制器提供SCL给EEPROM,以同步彼此的通信时序。时序控制器与EEPROM之间的数据传递,仅靠SDA这一条总线。时序控制器必须通过I2C去存取EEPROM内的相关设定数据。The general two-wire transmission interface, such as the bus between integrated circuits (Inter-integrated Circuit Bus, I 2 C Bus), is to use the serial clock (serial clock, SCL) and serial data (serial data, SDA) two wire to transmit data. Taking a liquid crystal display (LCD) as an example, its timing controller can use I 2 C to access an electrically erasable programmable read-only memory (EEPROM). The timing controller provides SCL to the EEPROM to synchronize the communication timing of each other. The data transmission between the timing controller and the EEPROM only depends on the SDA bus. The timing controller must access the relevant setting data in the EEPROM through I 2 C.
图1是说明时序控制器通过I2C对EEPROM所进行的读取程序。时序控制器提供SCL给EEPROM。配合SCL的时序,时序控制器经由SDA线传送读取要求给EEPROM。在接获读取要求后,EEPROM配合时序控制器提供的SCL时序,经由SDA线将对应数据回传给时序控制器。Figure 1 illustrates the reading procedure of the timing controller through I 2 C to the EEPROM. The timing controller provides SCL to EEPROM. Cooperating with the timing of SCL, the timing controller sends a read request to the EEPROM via the SDA line. After receiving the read request, the EEPROM cooperates with the SCL timing provided by the timing controller, and returns the corresponding data to the timing controller via the SDA line.
请参照图1,时序控制器经由SDA线发送起始信号(start signal)S给EEPROM,使得EEPROM进入接收控制字节(control byte)的状态。时序控制器紧接着发送含有识别码与读写指令的控制字节给EEPROM。假设EEPROM的识别码是001,而时序控制器欲将目标位址写入EEPROM,所以时序控制器会将内容为“1010 001 0”的控制字节传给EEPROM,其中最末位“0”是表示“写入”的指令。经过8个时钟周期完成接收控制字节的操作后,EEPROM紧接着经由SDA线回传确认信号ACK(即逻辑0)给时序控制器。时序控制器收到确认信号ACK后,便将数据(即前述的目标位址)经由SDA线写入EEPROM。经过8个时钟周期完成接收目标位址的操作后,EEPROM紧接着回传确认信号ACK给时序控制器。至此,时序控制器完成了对EEPROM定址的操作。Please refer to Figure 1, the timing controller sends a start signal (start signal) S to the EEPROM via the SDA line, so that the EEPROM enters the state of receiving the control byte (control byte). The timing controller then sends the control byte containing the identification code and read and write instructions to the EEPROM. Suppose the identification code of the EEPROM is 001, and the timing controller wants to write the target address into the EEPROM, so the timing controller will send the control byte with the content "1010 001 0" to the EEPROM, and the last bit "0" is Indicates the "write" command. After completing the operation of receiving the control byte after 8 clock cycles, the EEPROM then sends back an acknowledgment signal ACK (ie logic 0) to the timing controller via the SDA line. After the timing controller receives the acknowledgment signal ACK, it writes the data (that is, the aforementioned target address) into the EEPROM via the SDA line. After completing the operation of receiving the target address after 8 clock cycles, the EEPROM then returns an acknowledgment signal ACK to the timing controller. So far, the timing controller has completed the operation of addressing the EEPROM.
时序控制器再经由SDA线发送起始信号S给EEPROM,使得EEPROM再次进入接收控制字节的状态。时序控制器紧接着发送控制字节给EEPROM。由于要对EEPROM进行读取操作,因此时序控制器会将内容为“1010 001 1”的控制字节传给EEPROM,其中最末位“1”是表示“读取”的指令。经过8个时钟周期完成接收控制字节的操作后,EEPROM紧接着经由SDA线回传确认信号ACK给时序控制器,然后再经过8个时钟周期将先前定址的对应数据回传给时序控制器。完成数据回传后,EEPROM紧接着经由SDA线回传信号NO_ACK给时序控制器。最后,时序控制器经由SDA线发送停止信号(stop signal)P给EEPROM,使得EEPROM进入初始化(initialize)的状态(即等待接收主元件的命令的状态)。至此,时序控制器完成了对EEPROM所进行的读取程序。The timing controller then sends a start signal S to the EEPROM via the SDA line, so that the EEPROM enters the state of receiving the control byte again. The sequence controller then sends the control byte to the EEPROM. Since the EEPROM needs to be read, the timing controller will transmit the control byte with the content of "1010 001 1" to the EEPROM, where the last bit "1" is an instruction for "reading". After completing the operation of receiving the control byte after 8 clock cycles, the EEPROM then returns the confirmation signal ACK to the timing controller via the SDA line, and then returns the previously addressed corresponding data to the timing controller after 8 clock cycles. After completing the data transmission, the EEPROM then transmits the signal NO_ACK to the timing controller via the SDA line. Finally, the timing controller sends a stop signal (stop signal) P to the EEPROM via the SDA line, so that the EEPROM enters the state of initialization (that is, the state of waiting to receive commands from the master component). So far, the timing controller has completed the reading procedure of the EEPROM.
然而,在上述读取程序中,可能会因为重置信号(reset signal)有异常突波(glitch)或是其他因素而导致时序控制器对EEPROM的读取中断。当时序控制器重新对EEPROM进行读取程序时,因为先前读取程序异常中断而造成EEPROM可能停在不能支配的状态,因而造成时序控制器无法再重新读取。所以,时序控制器在对EEPROM进行读取程序之前,必须先初始化EEPROM。However, in the above reading procedure, the timing controller may interrupt the reading of the EEPROM due to an abnormal glitch of the reset signal or other factors. When the timing controller re-reads the EEPROM, the EEPROM may stop in an uncontrollable state due to the abnormal interruption of the previous reading program, thus causing the timing controller to be unable to read again. Therefore, before the timing controller reads the EEPROM, it must first initialize the EEPROM.
发明内容Contents of the invention
本发明提供一种存储器元件的初始化(initialize)方法,不论存储器元件处于何种操作状态,皆可以使存储器元件回复至初始化状态。The present invention provides a memory element initialization (initialize) method, which can restore the memory element to the initialization state no matter what operation state the memory element is in.
本发明实施例提出一种存储器元件的初始化方法,包括传送至少N+1个时钟周期给该存储器元件,其中N为该存储器元件输出串行数据位数。在所述至少N+1个时钟周期中的一个时钟周期期间,传送第一起讫信号给该存储器元件。在所述至少N+1个时钟周期中的另一个时钟周期期间,传送第二起讫信号给该存储器元件。An embodiment of the present invention provides a method for initializing a memory element, including sending at least N+1 clock cycles to the memory element, where N is the number of serial data output bits of the memory element. During one of the at least N+1 clock cycles, a first OK signal is transmitted to the memory element. During another clock cycle of the at least N+1 clock cycles, a second OK signal is transmitted to the memory element.
在本发明的实施例中,除上述第一起讫信号与第二起讫信号外,在所述至少N+1个时钟周期期间中不传送任何信号给该存储器元件。In an embodiment of the present invention, except for the first start-stop signal and the second start-stop signal, no signal is transmitted to the memory element during the at least N+1 clock cycle periods.
在本发明的实施例中,上述第一起讫信号与第二起讫信号可以是起始信号或停止信号。In an embodiment of the present invention, the first start-end signal and the second start-end signal may be a start signal or a stop signal.
在本发明的实施例中,上述传送第一起讫信号的时间,是在所述至少N+1个时钟周期中第一个时钟周期。In an embodiment of the present invention, the above-mentioned time for transmitting the first start-stop signal is the first clock cycle in the at least N+1 clock cycles.
在本发明的实施例中,上述第一起讫信号与第二起讫信号间隔至少一个时钟周期。In an embodiment of the present invention, the interval between the first start-stop signal and the second start-stop signal is at least one clock period.
在本发明的实施例中,除所述第一起讫信号与所述第二起讫信号外,在所述至少N+1个时钟周期中还传送至少一个第三起讫信号给该存储器元件。In an embodiment of the present invention, in addition to the first start-stop signal and the second start-stop signal, at least one third start-stop signal is transmitted to the memory element during the at least N+1 clock cycles.
基于上述,本发明实施例在至少N+1个时钟周期中传送二个或更多个起讫信号给该存储器元件。因此,在存储器元件的非输出数据期间,第一个起讫信号会触发存储器元件进入初始化的状态。若第一个起讫信号与存储器元件回传的确认信号相冲突,则可以确定地将第二个起讫信号传送给存储器元件,以使存储器元件进入初始化的状态。当在存储器元件的输出数据期间,传送给该存储器元件的这些起讫信号虽然会与存储器元件输出的数据相冲突,但是经过供给存储器元件至少N+1个时钟周期后,会促使存储器元件结束输出数据期间/状态而进入初始化的状态。Based on the above, the embodiment of the present invention transmits two or more start-stop signals to the memory element in at least N+1 clock cycles. Therefore, during the non-output data period of the memory element, the first start-stop signal will trigger the memory element to enter the initialization state. If the first start-stop signal conflicts with the acknowledgment signal sent back by the memory element, the second start-stop signal can be sent to the memory element with certainty, so that the memory element enters an initialization state. During the data output period of the memory element, although these start-stop signals transmitted to the memory element will conflict with the data output by the memory element, after supplying the memory element for at least N+1 clock cycles, it will prompt the memory element to end the output data period/state to enter the initialized state.
为让本发明的上述特征和优点能更明显易懂,下文特举实施例,并结合附图作详细说明如下。In order to make the above-mentioned features and advantages of the present invention more comprehensible, the following specific embodiments are described in detail with reference to the accompanying drawings.
附图说明Description of drawings
图1是说明时序控制器通过I2C对EEPROM所进行的读取程序。Figure 1 illustrates the reading procedure of the timing controller through I 2 C to the EEPROM.
图2是依照本发明实施例说明一种存储器元件的初始化方法。FIG. 2 illustrates a method for initializing a memory element according to an embodiment of the present invention.
具体实施方式Detailed ways
图2是依照本发明实施例说明一种存储器元件的初始化方法。主元件(例如时序控制器)通过二线式传输接口存取存储器元件(例如EEPROM)。此二线式传输接口(例如I2C总线)包含串行时钟(serial clock,SCL)与串行数据(serial data,SDA)这两条线。主元件通过SCL线提供时钟周期给存储器元件,以同步彼此的通信时序。配合SCL线的时序,主元件通过SDA线将起讫信号、控制字节、位址数据等传送给存储器元件。存储器元件亦配合SCL线的时序,通过此SDA线将确认信号、输出串行数据等传送给主元件。FIG. 2 illustrates a method for initializing a memory element according to an embodiment of the present invention. The main component (such as the timing controller) accesses the memory component (such as EEPROM) through the two-wire transmission interface. The two-wire transmission interface (for example, I 2 C bus) includes two lines of serial clock (SCL) and serial data (SDA). The master element provides the clock cycle to the memory element through the SCL line to synchronize the communication timing with each other. Cooperating with the timing of the SCL line, the main component transmits the start-stop signal, control byte, address data, etc. to the memory component through the SDA line. The memory element also cooperates with the timing of the SCL line, and transmits the confirmation signal, output serial data, etc. to the main element through the SDA line.
当主元件欲初始化此存储器元件时,主元件通过SCL线提供至少N+1个时钟周期给存储器元件,其中N为该存储器元件输出串行数据位数。以图1所示读取程序为例,该存储器元件的输出串行数据的位数为8位,所以可以设定N为8。依此例,则主元件通过SCL线提供至少9个时钟周期给存储器元件。When the master device intends to initialize the memory device, the master device provides at least N+1 clock cycles to the memory device through the SCL line, where N is the number of serial data output by the memory device. Taking the reading program shown in FIG. 1 as an example, the number of bits of the output serial data of the memory element is 8 bits, so N can be set to be 8. According to this example, the master device provides at least 9 clock cycles to the memory device through the SCL line.
在此初始化期间(N+1个时钟周期期间),主元件配合SCL线的时序在这些时钟周期中择二个时钟周期,并在这两个时钟周期通过SDA线传送第一起讫信号SP1与第二起讫信号SP2给存储器元件。起讫信号SP1与SP2可以均为起始信号S,或是均为停止信号P。或者,所述第一起讫信号SP1为起始信号S,而所述第二起讫信号SP2为停止信号P。During this initialization period (during N+1 clock cycles), the main component selects two clock cycles in these clock cycles in accordance with the timing of the SCL line, and transmits the first start-stop signal SP1 and the second clock cycle through the SDA line during these two clock cycles. Two start and end signals SP2 are given to the memory element. The start-stop signals SP1 and SP2 can both be start signals S, or both be stop signals P. Alternatively, the first start-stop signal SP1 is a start signal S, and the second start-stop signal SP2 is a stop signal P.
在本实施例中,主元件分别在这些时钟周期中的第一个与第三个时钟周期传送起讫信号SP1与SP2给存储器元件。在此初始化(N+1个时钟周期)期间,除了起讫信号SP1与SP2外,主元件可以传送任何信号(例如逻辑0的信号或逻辑1的信号)。在本实施例中,除起讫信号SP1与SP2外,主元件在这些时钟周期期间中不传送信号给存储器元件。In this embodiment, the master device transmits the start-stop signals SP1 and SP2 to the memory device in the first and third clock cycles of the clock cycles, respectively. During this initialization (N+1 clock cycles), the master can transmit any signal (such as a logic 0 signal or a logic 1 signal) except the start-stop signal SP1 and SP2. In this embodiment, except for the start-stop signals SP1 and SP2, the master device does not send signals to the memory device during these clock cycles.
上述起讫信号SP1与SP2的传送时间点并不限于图2所示。起讫信号SP1与SP2可能是在这些N+1个时钟周期中的任何两个时钟周期被传送给存储器元件。起讫信号SP1与SP2可以是连续的,也就是二者之间没有时间间隔。或者,起讫信号SP1与SP2间隔一个或多个时钟周期。The transmission time points of the start-stop signals SP1 and SP2 are not limited to those shown in FIG. 2 . The start-stop signals SP1 and SP2 may be transmitted to the memory element during any two clock cycles of these N+1 clock cycles. The start-stop signals SP1 and SP2 can be continuous, that is, there is no time interval between them. Alternatively, the start-stop signals SP1 and SP2 are separated by one or more clock periods.
若存储器元件在非输出数据期间NOP(例如图1所示)发生异常中断,由于SDA线的主控权属于主元件,因此主元件可以通过第一起讫信号SP1(例如是停止信号P)而使存储器元件进入初始化的状态(即等待接收主元件的命令的状态)。虽然在非输出数据期间NOP,SDA线的主控权属于主元件,然而在此期间存储器元件仍然需要通过SDA线回传确认信号ACK(例如图1所示)给主元件。倘若第一个起讫信号SP1与存储器元件回传的确认信号相冲突ACK,则第二个起讫信号SP2(例如是停止信号P)必然可以很确定地传送给存储器元件。也就是说,即便是第一个起讫信号SP1初始化失败,第二个起讫信号SP2必然可以以使存储器元件进入初始化的状态(即等待接收主元件的命令的状态)。If the memory element is abnormally interrupted during the non-output data period NOP (such as shown in Figure 1), since the master control of the SDA line belongs to the master element, the master element can use the first start signal SP1 (such as the stop signal P) to make The memory element enters an initialized state (ie, a state waiting to receive a command from the master element). Although the control right of the SDA line belongs to the master element during the non-output data period NOP, the memory element still needs to return an acknowledgment signal ACK (such as shown in FIG. 1 ) to the master element through the SDA line during this period. If the first start-stop signal SP1 conflicts with the acknowledgment signal ACK returned by the memory element, then the second start-stop signal SP2 (such as the stop signal P) must be transmitted to the memory element with certainty. That is to say, even if the initialization of the first start-stop signal SP1 fails, the second start-stop signal SP2 must make the memory element enter the initialization state (ie, the state of waiting to receive a command from the master element).
应用本实施例者可以视其设计需求而决定在此初始化(N+1个时钟周期)期间的起讫信号数量。例如,除所述第一起讫信号SP1与所述第二起讫信号SP2外,在所述多个时钟周期中还传送至少一个第三起讫信号(例如是停止信号P,未示出)给该存储器元件。Those who apply this embodiment can determine the number of start-stop signals during the initialization (N+1 clock cycles) according to their design requirements. For example, in addition to the first start-stop signal SP1 and the second start-stop signal SP2, at least one third start-stop signal (such as a stop signal P, not shown) is also transmitted to the memory during the plurality of clock cycles element.
若存储器元件在输出数据期间OP(例如图1所示)发生异常中断,由于此期间SDA线的主控权属于存储器元件,因此主元件所传送的起讫信号SP1与SP2均会与存储器元件的输出相冲突。也就是说,在此输出数据期间OP,主元件无法传送起讫信号给存储器元件,当然无法在输出数据期间OP使存储器元件进入初始化的状态。因此,主元件可以通过SCK线所传送的大于N个时钟周期,促使存储器元件完成N位数据的输出。当存储器元件完成N位数据的输出后,自然而然地,存储器元件便会结束输出数据期间/状态而进入初始化的状态(即等待接收主元件的命令的状态,请参照图1的说明)。接下来,主元件可以开始正常地存取该存储器元件,例如进行图1所示的读取程序。If the memory element is abnormally interrupted during the data output period OP (such as shown in Figure 1), since the master control of the SDA line belongs to the memory element during this period, the start and end signals SP1 and SP2 transmitted by the master element will be consistent with the output of the memory element. Conflict. That is to say, during the data output period OP, the master device cannot transmit the start-stop signal to the memory device, and of course the OP cannot enter the memory device into an initialized state during the data output period. Therefore, the master element can prompt the memory element to complete the output of N-bit data through the SCK line for more than N clock cycles. After the memory element completes the output of N-bit data, naturally, the memory element will end the data output period/state and enter the initialization state (that is, the state of waiting to receive the command from the master element, please refer to the description of FIG. 1 ). Next, the master device can normally access the memory device, such as performing the read procedure shown in FIG. 1 .
综上所述,不论存储器元件在何种操作状态下发生异常中断,在完成上述存储器元件的初始化方法后,可以有效地使存储器元件回复至初始化状态。因此,在上述进行初始化的N+1个时钟周期结束后,主元件可以开始正常地存取该存储器元件。To sum up, no matter what operation state the memory element is in, the memory element can be effectively returned to the initialization state after the initialization method of the memory element is completed. Therefore, after the above N+1 clock cycles for initialization are over, the master element can start to normally access the memory element.
虽然本发明已以实施例揭露如上,然其并非用以限定本发明,任何本领域普通技术人员,在不脱离本发明的精神和范围内,可作出许多修改与变型,故本发明的保护范围当以所附的权利要求为准。Although the present invention has been disclosed as above with the embodiments, it is not intended to limit the present invention. Any person skilled in the art can make many modifications and variations without departing from the spirit and scope of the present invention, so the protection scope of the present invention The appended claims shall prevail.
Claims (12)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 200910253837 CN102087880B (en) | 2009-12-08 | 2009-12-08 | Initialization method of memory element |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 200910253837 CN102087880B (en) | 2009-12-08 | 2009-12-08 | Initialization method of memory element |
Publications (2)
Publication Number | Publication Date |
---|---|
CN102087880A true CN102087880A (en) | 2011-06-08 |
CN102087880B CN102087880B (en) | 2013-09-18 |
Family
ID=44099622
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN 200910253837 Active CN102087880B (en) | 2009-12-08 | 2009-12-08 | Initialization method of memory element |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN102087880B (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109741776A (en) * | 2018-12-29 | 2019-05-10 | 广东高云半导体科技股份有限公司 | Initial method, device, equipment and the medium of blocky Static RAM |
CN116580742A (en) * | 2023-07-14 | 2023-08-11 | 芯天下技术股份有限公司 | NOR FLASH resetting method and device, memory chip and equipment |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
TW327212B (en) * | 1994-06-27 | 1998-02-21 | Microchip Tech Inc | Memory device with switching of data stream modes |
US7036004B2 (en) * | 2001-07-25 | 2006-04-25 | Micron Technology, Inc. | Power up initialization for memory |
US7554843B1 (en) * | 2005-11-04 | 2009-06-30 | Alta Analog, Inc. | Serial bus incorporating high voltage programming signals |
CN101499314A (en) * | 2008-01-29 | 2009-08-05 | 财团法人工业技术研究院 | Memory device and updating method thereof |
-
2009
- 2009-12-08 CN CN 200910253837 patent/CN102087880B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
TW327212B (en) * | 1994-06-27 | 1998-02-21 | Microchip Tech Inc | Memory device with switching of data stream modes |
US7036004B2 (en) * | 2001-07-25 | 2006-04-25 | Micron Technology, Inc. | Power up initialization for memory |
US7554843B1 (en) * | 2005-11-04 | 2009-06-30 | Alta Analog, Inc. | Serial bus incorporating high voltage programming signals |
CN101499314A (en) * | 2008-01-29 | 2009-08-05 | 财团法人工业技术研究院 | Memory device and updating method thereof |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109741776A (en) * | 2018-12-29 | 2019-05-10 | 广东高云半导体科技股份有限公司 | Initial method, device, equipment and the medium of blocky Static RAM |
CN116580742A (en) * | 2023-07-14 | 2023-08-11 | 芯天下技术股份有限公司 | NOR FLASH resetting method and device, memory chip and equipment |
CN116580742B (en) * | 2023-07-14 | 2023-09-26 | 芯天下技术股份有限公司 | NOR FLASH resetting method and device, memory chip and equipment |
Also Published As
Publication number | Publication date |
---|---|
CN102087880B (en) | 2013-09-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106681953B (en) | Slave connected with host by using I2C bus and communication method thereof | |
EP3537307A1 (en) | Method for handling i2c bus deadlock, electronic device, and communication system | |
US8667204B2 (en) | Method to differentiate identical devices on a two-wire interface | |
EP3086236B1 (en) | Bus communications with multi-device messaging | |
CN100418079C (en) | serial peripheral interface memory element with parallel acceleration mode | |
US9671820B2 (en) | Communication device, communication method, and communication system | |
US6145036A (en) | Polling of failed devices on an I2 C bus | |
CN110347529B (en) | Memory device and method for implementing error detection protocol | |
CN110765058A (en) | Method, system, equipment and medium for realizing SPI slave function by GPIO | |
TW201545164A (en) | Method and apparatus for improving memory read performance | |
US9015365B2 (en) | Integrated circuit using I2C bus and control method thereof | |
US20130304999A1 (en) | Electronic device and serial data communication method | |
US20100325326A1 (en) | Device information management system and device information management method | |
US20070088874A1 (en) | Offload engine as processor peripheral | |
CN102087880B (en) | Initialization method of memory element | |
US8194480B2 (en) | Method for initializing memory device | |
US7685343B2 (en) | Data access method for serial bus | |
US9495315B2 (en) | Information processing device and data communication method | |
CN112463703B (en) | Data receiving and transmitting control method and system of I2C bus | |
TW201344444A (en) | Motherboard and data processing method thereof | |
WO2017036101A1 (en) | Method and device for updating register | |
CN101488825B (en) | Error detection method and system for data transmission | |
TWI435331B (en) | Method for initializing memory device | |
CN110795373A (en) | Method for converting I2C bus into parallel bus, terminal and storage medium | |
US10892852B2 (en) | Communication apparatus, communication method, program, and communication system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant |