WO2012106973A1 - Réveil fondé sur un circuit uart à partir d'un procédé et d'un dispositif de mise en sommeil - Google Patents
Réveil fondé sur un circuit uart à partir d'un procédé et d'un dispositif de mise en sommeil Download PDFInfo
- Publication number
- WO2012106973A1 WO2012106973A1 PCT/CN2011/084682 CN2011084682W WO2012106973A1 WO 2012106973 A1 WO2012106973 A1 WO 2012106973A1 CN 2011084682 W CN2011084682 W CN 2011084682W WO 2012106973 A1 WO2012106973 A1 WO 2012106973A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- uart
- signal line
- data
- output state
- wake
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F1/00—Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
- G06F1/26—Power supply means, e.g. regulation thereof
- G06F1/32—Means for saving power
- G06F1/3203—Power management, i.e. event-based initiation of a power-saving mode
- G06F1/3234—Power saving characterised by the action undertaken
- G06F1/325—Power saving in peripheral device
- G06F1/3278—Power saving in modem or I/O interface
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Definitions
- the present invention relates to the field of wireless communications, and more particularly to a universal asynchronous receiving/transmitting device
- the serial port is also called serial communication interface.
- the serial port has the advantage of using a simple communication signal line to realize a strong transmission function and a wide transmission speed range, and has become the most widely used communication interface in recent years.
- the serial port types include: UART, Serial Peripheral Interface (SPI), and Universal Serial Bus (USB).
- the UART has the advantages of low power consumption, simple communication control, no need for driving, and the ability to close the data port when there is no data transmission. Therefore, in practical applications, many devices use the UART as the main interface of communication.
- the connection between the four wires (tx, rx, cts, and rts) and the two wires (rx and tx) is mainly used.
- cts and rts can be used to control the data flow.
- This connection mode can also be called a flow control connection mode.
- the flow control connection mode can be used when the transmission rates of the communication parties are inconsistent. , to ensure that no data will be lost.
- the UART is not used as a modem port, there is no need to use a four-wire connection. A two-wire connection is sufficient.
- the UART is always on.
- the UART sleeps only when the AP has no task execution and sleeps.
- the AP has a task, it wakes up the UART again. Because the UART is not required when the AP performs the task, the UART is awakened. The state, in this way, will increase the power consumption of the AP, which is not conducive to the design of the AP.
- the UART wake-up is implemented by a customized sleep indication and wake-up signal. Since the customized sleep indication and wake-up signal need to occupy the AP's GPIO resources, the AP resource occupancy rate is increased.
- the main object of the present invention is to provide a UART-based sleep wake-up method and apparatus, which can reduce the power consumption of the device and reduce the use of GPIO resources.
- the present invention provides a UART-based sleep wake-up method, the method comprising: when no data is transmitted, the first device notifies the second device that communicates with the first device by using a tx signal line of the UART;
- the second device After receiving the notification, and the second device does not send data to the first device, the second device notifies the first device by using a tx signal line of the UART, and causes the UART of the UART to enter a sleep state; After receiving the notification, the first device enters its own UART into a sleep state; the first device and the second device periodically detect an output state of the rx signal line thereof, and determine that the output state of the rx signal line is data. When receiving, wake up its own UART.
- the first device notifies the second device that communicates with the first device by using the tx signal line of the UART of the UART, that is:
- the first device sets its own tx signal line to a break mode.
- the first device is notified by the tx signal line of the own UART, wherein: the second device sets its own tx signal line to a break mode.
- the timing detects the output state of the rx signal line, and determines that the output state of the rx signal line is a data reception, and wakes up its own UART, which is:
- the timing detects the output state of the rx signal line, and determines that the output state of the rx signal line is a data reception, and wakes up its own UART, which is:
- the timing detects the output state of the rx signal line, and determines that the output state of the rx signal line is a data reception, and wakes up its own UART, which is:
- the determining the output state of the rx signal line is when there is data reception.
- the machine is:
- the data sender sends the pre-agreed characters; or,
- the data sender sends a pulse signal, and then sends a pre-agreed word payment to the data receiver after the delay.
- the method further includes:
- the present invention also provides a UART-based sleep wake-up device, the device comprising: a first device and a second device;
- a first device configured to notify the second device by using a tx signal line of the UART when no data is sent; and, after receiving the notification of the second device, bringing the UART into a sleep state; and periodically detecting the rx signal line thereof The output state, determine the output state of its own rx signal line to wake up its own UART when there is data reception;
- the second device after receiving the notification sent by the first device, and having no data to send to the first device, notifying the first device by using the tx signal line of the UART, and bringing the UART into a sleep state; And detect the output state of its own rx signal line, and determine the output state of its own rx signal line to wake up its own UART when there is data reception.
- the first device is further configured to wake up its own UART when data is sent to the second device after sleep, and send the pre-agreed character to the second device through its own tx signal line, and receive the first The character returned by the second device indicating the wake-up character;
- the second device is further configured to: after receiving the character sent by the first device, return a character indicating that the wake-up is returned to the first device by using the tx signal line of the first device; or
- the second device is further configured to wake up its own UART when data is sent to the first device after sleep, and send the pre-agreed character to the first device through its own tx signal line, and receive the returned by the first device. Represents a character that has been woken up;
- the first device is further configured to: after receiving the character sent by the second device, by using its own tx letter The line returns a character indicating that the wake up has been returned to the second device.
- the UART-based sleep wake-up method and apparatus when no data is transmitted, the first device notifies the second device that communicates with the first device through the tx signal line of the UART; the second device receives After the notification and no data is sent to the first device by itself, the first device is notified by the tx signal line of the UART, and the UART of the user is put into a sleep state; after receiving the notification, the first device makes itself The UART enters a sleep state; the first device and the second device periodically detect an output state of the rx signal line thereof, and determine that the output state of the rx signal line of the self is the data UART, and wake up its own UART, so that the UART can be lowered.
- the power consumption of the device and also reduces the use of device GPIO resources.
- FIG. 1 is a schematic flow chart of a method for waking up sleep based on UART according to the present invention
- FIG. 1 is a schematic diagram of a connection mode between devices based on UART communication according to the present invention
- FIG. 3 is a schematic structural diagram of a device for sleep wake-up based on UART according to the present invention. detailed description
- the UART-based sleep wake-up method includes the following steps: Step 101: When no data is transmitted, the first device notifies the second communication with the first device by using a tx signal line of the UART of the UART. Equipment
- FIG. 1 is a schematic diagram of a connection manner between a first device and a second device according to the present invention.
- the first device and the second device are connected by two lines. Communicating, that is, the tx signal line of the first device is an rx signal line of the second device, and the rx signal line of the first device is a tx signal line of the second device, where the tx signal line
- the rx signal line is used for receiving data; in addition, in order to ensure the stability of the transmission signal, a GND signal line may be added between the first device and the second device, Grounding
- the present invention adopts a two-wire connection manner, no GPIO can be assisted. Therefore, when the first device has no data transmission, it must be notified to the second device through the tx signal line;
- the tx signal line In the process of data transmission, in order to enable the transmitted data blocks to be spaced apart, the tx signal line can be set to the break mode during the transmission, that is, the level of the tx signal line is zero;
- the specific implementation of this step can be:
- the first device When there is no data transmission, the first device sets its own tx signal line to the break mode.
- the specific processing flow set to the break mode is exactly the same as the specific processing flow of the prior art, and is not described here; After the break mode, the level value of the tx signal line of the first device is zero, thereby notifying the second device that no data is transmitted;
- the first device and the second device may be any device that communicates according to the UART according to the RS232 protocol, and the first device may be an AP, or a personal computer (PC, etc.), correspondingly,
- the second device may be a device that communicates with an AP, a PC, or the like using a UART.
- Step 102 After receiving the notification and the data is not sent to the first device by itself, the second device notifies the first device by using a tx signal line of its own UART, and brings its own UART into a sleep state;
- the second device detects that the level value of the tx signal line of the first device continues to be zero, and the second device may Therefore, it is determined that the first device has no data to be sent; therefore, the specific implementation of the notification received by the second device may be:
- the UART of the first device may be considered to have a condition of entering a sleep state
- the second device detects the tx signal of the first device After the level value of the line is zero, a timer may be started. After the timer expires, if the level value of the tX signal line of the first device continues to be zero for the duration of the timer, the first The UART of a device has a condition for entering a sleep state; the duration of the timer can be set as needed, for example: 50ms, 100ms, etc.;
- the first device is notified by the tx signal line of the UART, specifically: the second device sets its own tx signal line to a break mode; wherein the specific processing flow set to the break mode is related to the prior art.
- the specific processing flow is the same, and is not described here. If the second device receives the notification and has data to the first device, it does not send any information to the first device.
- Step 103 After receiving the notification, the first device enters its own UART into a sleep state. Correspondingly, the first device detects that the level of the tx signal line of the second device is zero. After the duration, the UART of the second device can be considered to have a condition of entering a sleep state;
- the first device may start a timer, after the timer expires, if the second device
- the level value of the tx signal line continues to be zero for the duration of the timer, and the UART of the second device is considered to have a condition of entering a sleep state
- the duration of the timer can be set as needed, for example: 50 ms, 100ms, etc.
- Step 104 The first device and the second device periodically detect an output state of the rx signal line, and determine that the output state of the rx signal line is a data reception, and wake up its own UART.
- the UART can only be detected and awakened by software; specifically, it can be: set a function to periodically detect the state of its own rx signal line pin, and add a UART recovery function in the wake-up processing of the timing detection function,
- the timing detection function detects the output state of the rx signal line of the device itself, and wakes up the UART of the device itself through the UART recovery function when determining that the level value of the rx signal line of the device itself is high; wherein, the timing of the timing can be set according to needs Tested by trial and error, the time duration can be any value between 50 and 500ms, such as: 100ms;
- the device that communicates with the AP generally has its own rx interrupt detection mechanism. Therefore, if the device that communicates has its own rx interrupt, the specific implementation of this step can also be: Set the rx interrupt, and interrupt The UART recovery function is added during processing, as long as the device detects that the level value of its own rx signal line is not low, that is, when the level value is not zero, the rx interrupt is triggered, thereby awakening the device's own UART;
- the specific implementation of this step may also be:
- the sender transmits a pulse signal through its own tx signal line, that is, the rx signal line of the receiver, and can be set to trigger by detecting an edge or a level value.
- GPIO interrupt if the sender's tx signal line is not multiplexed into GPIO, then the sender sends a character, then the GPIO interrupt is triggered by detecting the edge; the detected edge can be a rising edge or a falling edge; When applied, you can choose to detect any of the rising and falling edges to trigger the GPIO interrupt.
- the first device and the second device may select any one of the foregoing three detection and wake-up methods;
- the first device and the second device have previously learned which way the other party detects and wakes up the UART;
- the first device and the second device determine that the output state of the rx signal line is data receiving.
- the timing is as follows: The other device has data transmission. At this time, the other device wakes up its own UART first, and then sends the previously agreed characters first, so that the data receiver can wake up its own UART and wake up before sending the data.
- the receiver wakes up its own UART by setting a timing detection function or setting an rx interrupt
- the two sides of the communication that is, the first device and the second device
- the character and the feedback from the other party indicate that the character has been awakened.
- the sender first sends the pre-agreed character to the receiver, and then sends the data after receiving the character indicating the wake-up that is returned by the other party;
- the AP For the AP and the device with which it communicates, when the AP needs to send data to the communicating device, the AP first sends an AT to the communicating device, and the communicating device receives the UART that wakes up itself, and then returns OK to the AP.
- the AP After receiving the OK, the AP sends data to the communicating device. If the AP does not receive the OK returned by the communicating device within the specified time period, the AP may send an AT to the communicating device again, so that the device receives the communication.
- the communication device first sends an OK to the AP, and the AP receives the OK. After waking up its own UART, it sends a return AT to the communicating device. After receiving the AT, the communicating device sends data to the AP. If the communicating device does not receive the AT returned by the AP within the specified time, it can send another AP to the AP. OK, so loop, until the AT returned by the AP is received; wherein, the specified duration can be set as needed, for example: 50ms;
- the receiver wakes up its own UART by setting the GPIO interrupt, if the sender's tx signal line is multiplexed into GPIO, then the sender sends a pulse signal first, and the receiver wakes up its own UART after receiving the pulse signal.
- the receiver In order to ensure that the receiver has roused its own UART, it can send the pre-agreed characters to the receiver after a certain interval, for example, 40ms, and then send the data after receiving the character indicating the wake-up returned by the other party; for example, For AP and its
- the communication device if the AP wakes up its own UART by setting the GPIO interrupt, and the tx signal line of the device communicating with the AP is multiplexed into GPIO, when the device communicating with the AP needs to send data to the AP, the communication device First, send a pulse signal to the AP. After a delay of 40ms, send an OK to the AP.
- the AP After receiving the pulse signal, the AP wakes up its own UART, and after receiving the OK, returns the AT to the communicating device, and the communication device receives After the AT, the data is sent to the AP. If the communication device does not receive the AT returned by the AP within the specified time period, it can send an OK to the AP again, and so on, until the AT returned by the AP is received; wherein, the specified duration can be Set according to needs, such as: 50ms;
- the condition for the receiver to trigger the GPIO interrupt is: Edge detection, ie: detection of rising or falling edge, In actual application, it can be set to detect the rising edge or detect the falling edge to trigger the GPIO interrupt.
- the receiver Before sending the data, the receiver sends the pre-agreed character, and then sends the data after receiving the character returned by the other party indicating that the wake-up has been received; For example, for an AP and a device communicating with it, if the AP wakes up its own UART by setting a GPIO interrupt, and the tx signal line of the device communicating with the AP is not multiplexed as GPIO, when communicating with the AP When the device needs to send data to the AP, it first sends an OK to the AP. After receiving the OK, the AP wakes up its own UART and returns the AT to the communicating device. After receiving the AT, the communicating device sends data to the AP, if the device is communicating. If the AT returned by the AP is not received within the specified duration, the AP may be sent an OK again, and the loop is received until the AT returned by the AP is received; The specified duration can be set as required, for example: 50ms;
- connection mode based on the UART communication between the devices of the present invention is a two-wire connection mode, any characters, pulse signals, and data transmitted by the sender are transmitted to the reception through their own tx signal lines. In addition, any characters, pulse signals, and data returned by the receiver in the receiving direction are also returned to the sender through its own tx signal line.
- the present invention further provides a UART-based sleep wake-up device. As shown in FIG. 3, the device includes: a first device 31 and a second device 32;
- the first device 31 and the second device 32 each include a UART module
- the first device 31 is configured to notify the second device 32 through the tx signal line of the self UART when no data is transmitted; and after the notification of the second device 32 is received, bring the UART into a sleep state; and periodically detect itself.
- the output state of the rx signal line determines the output state of its own rx signal line to wake up its own UART when there is data reception.
- the second device 32 is configured to notify the first device 31 through the tx signal line of the self UART and receive the UART of the first device 31 after receiving the notification sent by the first device 31 and transmitting data to the first device 31. Enter the sleep state; and detect the output state of its own rx signal line, and determine the output state of its own rx signal line to wake up its own UART when there is data reception.
- first device 31 and the second device 32 communicate by using a two-wire connection.
- the first device 31 is further configured to wake up its own UART when data is sent to the second device 32 after sleep, and send the pre-agreed characters to the second device 32 through its own tx signal line, and receive The character returned by the second device 32 indicating that the wake up is;
- the second device 32 is further configured to: after receiving the character sent by the first device 31, return a character indicating that the wake-up is sent to the first device 31 through the tx signal line of the first device; or
- the second device 32 is further configured to wake up its own UART when data is sent to the first device 31 after sleep, and send the pre-agreed characters to the first device 31 through its own tx signal line, and receive the first The character returned by device 31 indicates that the character has been woken up;
- the first device 31 is further configured to: after receiving the character sent by the second device 32, return a character indicating that the wake-up has been sent to the second device 32 through the tx signal line of the second device 32.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
L'invention concerne un réveil fondé sur un émetteur / récepteur asynchrone universel (UART) à partir d'un procédé de mise en sommeil. Le procédé comprend les étapes suivantes : lorsqu'aucune donnée ne doit être transmise, la notification par un premier composant à un second composant en communication avec le premier composant par l'intermédiaire d'une ligne de signal de transmission du circuit UART lui-même ; lorsque le second composant reçoit la notification que le second composant n'a pas de données à transmettre au premier composant, la notification au premier composant par l'intermédiaire de la ligne de signal de transmission du circuit UART lui-même et le placement du circuit UART lui-même dans un état de sommeil ; lorsque le premier composant reçoit la notification, le placement du circuit UART lui-même dans un état de sommeil ; le premier et le second composant inspectant régulièrement l'état de sortie de lignes de signaux de réception elles-mêmes, le réveil du circuit UART lui-même lorsque l'état de sortie des lignes de signal de réception elles-mêmes est déterminé comme possédant des données à recevoir. L'invention concerne également un réveil fondé sur un circuit UART à partir d'un dispositif de mise en sommeil. L'utilisation du procédé et du composant autorise la réduction de la consommation d'énergie sur le composant et la réduction de l'utilisation de ressources GPIO du composant.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201110035873.2 | 2011-02-10 | ||
| CN201110035873.2A CN102096649B (zh) | 2011-02-10 | 2011-02-10 | 一种基于uart的睡眠唤醒方法及装置 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2012106973A1 true WO2012106973A1 (fr) | 2012-08-16 |
Family
ID=44129749
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2011/084682 Ceased WO2012106973A1 (fr) | 2011-02-10 | 2011-12-26 | Réveil fondé sur un circuit uart à partir d'un procédé et d'un dispositif de mise en sommeil |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN102096649B (fr) |
| WO (1) | WO2012106973A1 (fr) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20160091959A1 (en) * | 2014-09-27 | 2016-03-31 | Intel Corporation | Efficient power management of uart interface |
| CN111198776A (zh) * | 2019-12-25 | 2020-05-26 | 上海亮牛半导体科技有限公司 | 一种防止mcu深度休眠期间uart接收丢数据的方法 |
| CN114338530A (zh) * | 2021-12-21 | 2022-04-12 | 浙江华锐捷技术有限公司 | 设备状态的调整方法、装置、存储介质及电子装置 |
| CN116028391A (zh) * | 2022-07-15 | 2023-04-28 | 荣耀终端有限公司 | 电子设备、外围设备及单线通信系统 |
Families Citing this family (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102096649B (zh) * | 2011-02-10 | 2014-12-10 | 中兴通讯股份有限公司 | 一种基于uart的睡眠唤醒方法及装置 |
| US20130031392A1 (en) * | 2011-07-29 | 2013-01-31 | Mclane William J | Usb device side wake-up for power conservation and management |
| US9288032B2 (en) * | 2012-04-13 | 2016-03-15 | Futurewei Technologies, Inc. | Dynamic frame structure for synchronous time-division duplexing digital subscriber lines |
| CN103631360B (zh) * | 2013-11-15 | 2017-06-30 | 北京兆易创新科技股份有限公司 | 一种支持睡眠模式的芯片及方法 |
| CN103645794B (zh) * | 2013-11-15 | 2017-02-08 | 北京兆易创新科技股份有限公司 | 一种通过边沿检测电路实现睡眠模式唤醒的芯片及方法 |
| CN106301712A (zh) * | 2015-06-05 | 2017-01-04 | 国民技术股份有限公司 | 一种同步通信方法及其应用设备、系统 |
| CN107239422A (zh) * | 2017-06-15 | 2017-10-10 | 威海市天罡仪表股份有限公司 | 一种低功耗模式下ttl串口无损接收突发数据的方法 |
| CN109947226A (zh) * | 2019-04-03 | 2019-06-28 | 深圳芯马科技有限公司 | 一种mcu芯片的uart唤醒电路 |
| TWI767638B (zh) * | 2021-03-31 | 2022-06-11 | 新唐科技股份有限公司 | 通用非同步收發器介面電路和擷取通用非同步收發器資料之方法 |
| CN113177016A (zh) * | 2021-05-25 | 2021-07-27 | 惠州Tcl移动通信有限公司 | 一种串口通讯方法、装置、终端设备及存储介质 |
| CN113660714B (zh) * | 2021-07-30 | 2024-04-26 | 烟台东方威思顿电气有限公司 | 基于特定特征码的低功耗唤醒方法 |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101242607A (zh) * | 2008-03-14 | 2008-08-13 | 上海闻泰电子科技有限公司 | 一种双cpu架构智能手机及其通信控制方法 |
| CN101504565A (zh) * | 2009-03-04 | 2009-08-12 | 上海闻泰电子科技有限公司 | 一种芯片模块睡眠唤醒的方法 |
| CN102096649A (zh) * | 2011-02-10 | 2011-06-15 | 中兴通讯股份有限公司 | 一种基于uart的睡眠唤醒方法及装置 |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101150809B (zh) * | 2007-11-03 | 2011-02-02 | 青岛海信移动通信技术股份有限公司 | 移动终端处理器串口唤醒与流控的方法 |
-
2011
- 2011-02-10 CN CN201110035873.2A patent/CN102096649B/zh not_active Expired - Fee Related
- 2011-12-26 WO PCT/CN2011/084682 patent/WO2012106973A1/fr not_active Ceased
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101242607A (zh) * | 2008-03-14 | 2008-08-13 | 上海闻泰电子科技有限公司 | 一种双cpu架构智能手机及其通信控制方法 |
| CN101504565A (zh) * | 2009-03-04 | 2009-08-12 | 上海闻泰电子科技有限公司 | 一种芯片模块睡眠唤醒的方法 |
| CN102096649A (zh) * | 2011-02-10 | 2011-06-15 | 中兴通讯股份有限公司 | 一种基于uart的睡眠唤醒方法及装置 |
Cited By (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20160091959A1 (en) * | 2014-09-27 | 2016-03-31 | Intel Corporation | Efficient power management of uart interface |
| US10101797B2 (en) * | 2014-09-27 | 2018-10-16 | Intel Corporation | Efficient power management of UART interface |
| CN111198776A (zh) * | 2019-12-25 | 2020-05-26 | 上海亮牛半导体科技有限公司 | 一种防止mcu深度休眠期间uart接收丢数据的方法 |
| CN111198776B (zh) * | 2019-12-25 | 2024-06-07 | 上海亮牛半导体科技有限公司 | 一种防止mcu深度休眠期间uart接收丢数据的方法 |
| CN114338530A (zh) * | 2021-12-21 | 2022-04-12 | 浙江华锐捷技术有限公司 | 设备状态的调整方法、装置、存储介质及电子装置 |
| CN114338530B (zh) * | 2021-12-21 | 2023-09-29 | 浙江华锐捷技术有限公司 | 设备状态的调整方法、装置、存储介质及电子装置 |
| CN116028391A (zh) * | 2022-07-15 | 2023-04-28 | 荣耀终端有限公司 | 电子设备、外围设备及单线通信系统 |
| CN116028391B (zh) * | 2022-07-15 | 2024-03-22 | 荣耀终端有限公司 | 电子设备、外围设备及单线通信系统 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN102096649B (zh) | 2014-12-10 |
| CN102096649A (zh) | 2011-06-15 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2012106973A1 (fr) | Réveil fondé sur un circuit uart à partir d'un procédé et d'un dispositif de mise en sommeil | |
| CN106372012B (zh) | 一种不使用握手控制线的串口唤醒系统及串口通信方法 | |
| US7194638B1 (en) | Device and method for managing power consumed by a USB device | |
| US6567921B1 (en) | Asynchronous low power mode bus controller circuit and method of low power mode operation | |
| US10831700B2 (en) | Methods and apparatus for reducing power consumption within embedded systems | |
| US8510492B2 (en) | System and method for communication handshaking between a master processors and a slave processor | |
| CN101504565A (zh) | 一种芯片模块睡眠唤醒的方法 | |
| CN101399635A (zh) | 通讯波特率自适应方法、装置以及主机 | |
| US8307233B2 (en) | Bus-handling | |
| CN104469905B (zh) | 降低nfc芯片闲置时功耗的方法及系统 | |
| CN107589824B (zh) | 一种降低仅支持io唤醒mcu功耗的方法 | |
| WO2013189292A1 (fr) | Procédé d'éveil et de branchement à chaud basé sur un système inter-puces à haut débit (hsic) et dispositif associé | |
| CN114035477A (zh) | 一种设备唤醒方法、装置及系统 | |
| CN104917619A (zh) | 一种唤醒控制方法及终端 | |
| US7373134B2 (en) | Multiple-CPU portable terminal with communication function and control method | |
| WO2014075545A1 (fr) | Procédé de commande d'une transmission de données destiné à un dispositif usb à faible débit et à un contrôleur | |
| CN103634885B (zh) | 一种识别卡及其运行方法 | |
| CN101252733B (zh) | 一种移动终端及模块间的通讯电路及其通讯方法 | |
| CN105807886A (zh) | 一种芯片唤醒系统及方法以及移动终端 | |
| CN102131304B (zh) | 一种网络连接方法及通讯终端 | |
| CN103558907A (zh) | 电子装置及降低电子装置功耗的方法 | |
| CN100409207C (zh) | 可快速唤醒的无线信号接收装置及其方法 | |
| CN111198776B (zh) | 一种防止mcu深度休眠期间uart接收丢数据的方法 | |
| CN100484035C (zh) | 一种系统唤醒的方法 | |
| CN101114189B (zh) | 异步序列传输的系统唤醒方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 11858352 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 11858352 Country of ref document: EP Kind code of ref document: A1 |