WO2019119545A1 - Task processing method and device - Google Patents

Task processing method and device Download PDF

Info

Publication number
WO2019119545A1
WO2019119545A1 PCT/CN2018/071998 CN2018071998W WO2019119545A1 WO 2019119545 A1 WO2019119545 A1 WO 2019119545A1 CN 2018071998 W CN2018071998 W CN 2018071998W WO 2019119545 A1 WO2019119545 A1 WO 2019119545A1
Authority
WO
WIPO (PCT)
Prior art keywords
task
processing unit
instruction
executed
slave
Prior art date
Application number
PCT/CN2018/071998
Other languages
French (fr)
Chinese (zh)
Inventor
杜来柱
Original Assignee
深圳市沃特沃德股份有限公司
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 深圳市沃特沃德股份有限公司 filed Critical 深圳市沃特沃德股份有限公司
Publication of WO2019119545A1 publication Critical patent/WO2019119545A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • G06F1/3234Power saving characterised by the action undertaken
    • G06F1/329Power saving characterised by the action undertaken by task scheduling

Definitions

  • the present invention relates to the field of electronic technology, and in particular to a task processing method and apparatus.
  • smart wearable devices are gradually favored by people, among which smart watches are the most mature.
  • Smart watches not only can indicate time, but also have functions such as navigation, calibration, reminding, etc., and even support interconnection with other smart devices, such as connecting with smart phones, and supporting some functions of smart phones, such as WeChat message reminders, call reminders, and viewing SMS messages. Viewing emails, viewing schedules, etc., it can be seen that the application scenarios of smart watches are very broad.
  • smart watches In order to extend the standby time, smart watches usually use low-power processing units, but the low-power processing unit has weak performance. When performing high-load tasks, the fluency of the system will be affected, which will seriously reduce the performance of smart watches. If a high-performance processing unit is selected, power consumption will be greatly increased, thereby greatly shortening the standby time of the smart watch.
  • the main object of the present invention is to provide a task processing method and apparatus for balancing the performance and power consumption of a smart watch.
  • the embodiment of the present invention provides a task processing method, including the following steps:
  • the main processing unit performs a high load task
  • the main processing unit When the high load task ends, the main processing unit notifies the processing unit to perform a low load task and automatically enters the low power mode.
  • the step of the main processing unit performing the high load task further includes: the main processing unit notifying the slave processing unit to enter a low power mode.
  • the step of the main processing unit notifying that the slave processing unit enters a low power mode comprises:
  • the main processing unit sends a low power mode instruction to the slave processing unit
  • the slave processing unit receives the low power mode command, shorts the output to the input according to the low power mode command, and enters a low power mode.
  • the step of the main processing unit notifying that the low load task is performed from the processing unit comprises:
  • the main processing unit sends a working mode instruction to the slave processing unit
  • the slave operating unit receives the operating mode command, enters an operating mode according to the operating mode command, and performs a low load task.
  • the method further includes:
  • the main processing unit receives a task instruction
  • the main processing unit enters a working mode according to the task instruction, and determines whether the task to be executed is a high load task or a low load task;
  • the main processing unit performs a high-load task
  • the primary processing unit notifies the slave processing unit to perform the low load task when the task to be executed is a low load task.
  • the main processing unit notifying the step of executing the low load task from the processing unit, further comprising: the main processing unit entering a low power consumption mode.
  • the step of determining whether the task to be executed is a high-load task or a low-load task includes: when the task to be executed is displaying a map, calculating real-time parameters, synchronizing data, or displaying communication information, determining that the task to be executed is High load tasks.
  • the step of determining whether the task to be executed is a high-load task or a low-load task comprises: determining that the task to be executed is a low-load task when the task to be executed is an update time or a non-real-time parameter is updated.
  • the task instruction includes at least one of a key instruction, a communication instruction, and a voice instruction.
  • the main processing unit is connected to the slave processing unit, and the slave processing unit is connected to the display unit.
  • the embodiment of the present invention simultaneously provides a task processing apparatus, where the apparatus includes a main processing unit and a slave processing unit, and the main processing unit includes:
  • a first execution module configured to perform a high load task
  • a first notification module configured to notify the slave processing unit to perform a low load task when the high load task ends
  • the first mode switching module is configured to control the main processing unit to enter a low power mode when the high load task ends.
  • the main processing unit further includes a second notification module, where the second notification module is configured to notify the slave processing unit to enter a low power mode when the task execution module performs a high load task.
  • the slave processing unit includes an instruction receiving module and a second mode switching module
  • the first notification module is configured to: when the high load task ends, send a low power mode instruction to the slave processing unit;
  • the instruction receiving module is configured to: receive the low power mode instruction
  • the second mode switching module is configured to short the output of the slave processing unit to an input according to the low power mode instruction to cause the slave processing unit to enter a low power mode.
  • the slave processing unit includes an instruction receiving module, a second mode switching module, and a second execution module;
  • the second notification module is configured to: when the high load task ends, send a working mode instruction to the slave processing unit;
  • the instruction receiving module is configured to: receive the working mode instruction
  • the second mode switching module is configured to: control the slave processing unit to enter an operating mode according to the working mode instruction;
  • the second execution module is configured to perform a low load task in an operational mode.
  • the main processing unit further includes a task receiving module, a determining module, and a third notification module:
  • the task receiving module is configured to: receive a task instruction
  • the first mode switching module is further configured to: control the main processing unit to enter an operating mode according to the task instruction;
  • the determining module is configured to: determine whether the task to be executed is a high load task or a low load task;
  • the first execution module is configured to execute the high load task when the task to be executed is a high load task
  • the third notification module is configured to notify the slave processing unit to perform the low load task when the task to be executed is a low load task.
  • the first mode switching module is further configured to: when the task to be executed is a low load task, control the main processing unit to enter a low power mode.
  • the determining module is configured to determine that the task to be executed is a high-load task when the task to be executed is displaying a map, calculating real-time parameters, synchronizing data, or displaying communication information.
  • the determining module is configured to determine that the task to be executed is a low-load task when the task to be executed is an update time or a non-real-time parameter is updated.
  • a task processing method provided by an embodiment of the present invention configures a master-slave two processing unit to perform a high-load task through a main processing unit to ensure fluency of the system.
  • the main processing unit notifies Perform low-load tasks from the processing unit and automatically enter low-power mode to reduce power consumption.
  • FIG. 1 is a flow chart of an embodiment of a task processing method of the present invention
  • FIG. 2 is a schematic diagram of connection of a main processing unit, a slave processing unit, and a display unit in an embodiment of the present invention
  • FIG. 3 is a block diagram showing an embodiment of a task processing apparatus of the present invention.
  • Figure 4 is a block diagram of the main processing unit of Figure 2;
  • FIG. 5 is a block diagram of the slave processing unit of Figure 2;
  • FIG. 6 is a block diagram of still another module of the main processing unit of Figure 2;
  • Figure 7 is a further block diagram of the main processing unit of Figure 2.
  • terminal and terminal device used herein include both a wireless signal receiver device, a device having only a wireless signal receiver without a transmitting capability, and a receiving and transmitting hardware.
  • Such devices may include cellular or other communication devices having a single line display or a multi-line display or a cellular or other communication device without a multi-line display; PCS (Personal Communications Service), which may combine voice, data Processing, fax, and/or data communication capabilities; PDA (Personal Digital Assistant), which can include radio frequency receivers, pagers, Internet/Intranet access, web browsers, notepads, calendars, and/or GPS (Global Positioning System (Global Positioning System) receiver; conventional laptop and/or palmtop computer or other device having a conventional laptop and/or palmtop computer or other device that includes and/or includes a radio frequency receiver.
  • PCS Personal Communications Service
  • PDA Personal Digital Assistant
  • terminal may be portable, transportable, installed in a vehicle (aviation, sea and/or land), or adapted and/or configured to operate locally, and/or Run in any other location on the Earth and/or space in a distributed form.
  • the "terminal” and “terminal device” used herein may also be a communication terminal, an internet terminal, a music/video playing terminal, and may be, for example, a PDA, a MID (Mobile Internet Device), and/or have a music/video playback.
  • Functional mobile phones can also be smart TVs, set-top boxes and other devices.
  • the task processing method and device of the embodiment of the present invention are mainly applied to a wearable device such as a smart watch, and may of course be applied to other terminal devices, which is not limited by the present invention.
  • a wearable device such as a smart watch
  • other terminal devices which is not limited by the present invention.
  • the following is a detailed description of the application to a smart watch.
  • the method includes the following steps:
  • the main processing unit performs a high load task.
  • the main processing unit When the high load task ends, the main processing unit notifies the processing unit to perform a low load task and automatically enters the low power mode.
  • the smart watch includes two processing units, which are a main processing unit and a slave processing unit, respectively.
  • the processing unit is preferably an MCU (Microcontroller Unit), such as a master MCU and a slave MCU for the smart watch.
  • the smart watch further includes a display unit 30, as shown in FIG. 2, preferably, the main processing unit 10, the processing unit 20 and the display unit 30 are sequentially connected, and the master-slave processing unit cascades to drive the display unit 30, so that The circuit is more streamlined, improving the stability and reliability of the circuit.
  • the performance of the main processing unit is strong, but the power consumption is large, which is mainly used to perform high-load tasks, so that the smart watch can smoothly run various complicated applications and realize various rich functions, thereby ensuring the performance of the smart watch. .
  • the performance of the slave processing unit is weak, but the power consumption is low, and it is mainly used to perform low-load tasks.
  • the main processing unit notifies the processing unit to perform a low load task and then automatically enters a low power mode (such as sleep mode). In low-power mode, the main processing unit greatly reduces the operating frequency and turns off most of the functions, leaving only the instruction reception function, which greatly reduces power consumption. This achieves a balance between performance and power consumption.
  • the main processing unit receives the task instruction. If the main processing unit is in the low power mode, the main processing unit switches from the low power mode to the working mode, and determines that the type of the task to be executed is high. Load tasks are also low load tasks. When the task to be executed is a high-load task, the process proceeds to step S11, that is, the main processing unit executes the high-load task; when the task to be executed is a low-load task, the main processing unit notifies the processing unit to perform the low-load task. .
  • the task command includes at least one of a button command, a communication command, a voice command, and the like.
  • the main processing unit receives the button command; when the wireless communication module (such as the Bluetooth module) sends information to the main processing unit, the main processing unit receives the task command; when the microphone receives the specific voice information The main processing unit receives the voice command.
  • the wireless communication module such as the Bluetooth module
  • the main processing unit determines that the task to be executed is a high-load task;
  • the task is a simple task or a standby task such as updating the time or updating non-real-time parameters, and the main processing unit determines that the task to be executed is a low-load task.
  • the display map such as displaying GPS, displays map information of a current location, and calculating real-time parameters such as real-time statistics of steps, speed, distance, heart rate, blood pressure, and the like in a sports mode, such as a mobile phone, a tablet, etc.
  • the device synchronizes the motion data, the address book data, and the like, and the display communication information is, for example, displaying the instant messaging information, the short message, the incoming call notification information, and the like sent by the terminal device.
  • the update time is such as a timing (eg, about 1 minute interval) refresh time
  • the update non-real-time parameters such as timing (eg, interval 2-5 minutes) refresh parameters such as temperature, air pressure, and timing in non-sport mode (eg, 1 minute interval) Left and right) Refresh the parameters such as the number of steps, speed, and distance.
  • the main processing unit automatically enters the low power mode. Therefore, even if the main processing unit is woken up from the low power mode by the task instruction, if the task corresponding to the task instruction is a low load task, the processing unit can restore the low power state in time, thereby greatly reducing power consumption.
  • the task instruction can also be received from the processing unit and the type of task to be executed is determined to be a high load task or a low load task.
  • the main processing unit is woken up, so that the main processing unit enters the working mode from the low-power mode, and proceeds to step S11, that is, the main processing unit executes the high-load task; when the task to be executed is performed For low load tasks, the slave unit performs the low load task and the master processing unit maintains the low power mode.
  • the main processing unit when the main processing unit performs a high load task, the main processing unit also notifies the processing unit to enter the low power consumption mode. Specifically, the main processing unit sends a low power mode instruction to the slave processing unit, and receives a low power mode command from the processing unit, and shorts the output to the input according to the instruction, such as shorting the output and the input by means of programming mapping. Thereby entering the low power mode.
  • step S12 when the high-load task ends, the main processing unit sends a working mode command to the slave processing unit, receives the working mode command from the processing unit, and switches from the low power mode to the working mode according to the command, in the working mode.
  • Perform low-load tasks such as update time, update non-real-time parameters, and so on.
  • the MT2523 can be used as the master MCU, and the FPGA (Field-Programmable Gate Array) is used as the slave MCU.
  • the powerful main MCU achieves 30FPS speed on the 240*240 display, which can smoothly run various high-load operations such as GPS navigation; ultra-low-power MCU can independently complete simple clock refresh, even in the display When the screen is working 24 hours a day, the standby current is as low as 0.2 mA. This ensures the high performance and low power consumption of smart watches.
  • the task processing method of the embodiment of the present invention configures the master-slave two processing units to perform high-load tasks through the main processing unit to ensure the fluency of the system.
  • the main processing unit notifies the processing unit to execute.
  • FIG. 3 an embodiment of a task processing apparatus of the present invention is presented, the apparatus comprising a main processing unit 10 and a slave processing unit 20.
  • the main processing unit 10 is connected to the slave processing unit 20, and the processing unit 20 is connected to the display unit 30 of the smart watch.
  • the display unit 30 is driven in such a manner that the master-slave processing unit 20 is cascaded. This makes the circuit more streamlined and improves the stability and reliability of the circuit.
  • the performance of the main processing unit 10 is strong, but the power consumption is large, and the main setting is to perform high-load tasks, so that the smart watch can smoothly run various complicated applications and realize various rich functions, thereby ensuring the smart watch. performance.
  • the performance from the processing unit 20 is weak, but the power consumption is low, and is mainly set to perform low load tasks.
  • the main processing unit 10 notifies the processing unit 20 to perform a low load task and then automatically enters a low power mode (such as a sleep mode). In the low power mode, the main processing unit 10 greatly reduces the operating frequency and turns off most of the functions, and can only retain the instruction receiving function, thereby greatly reducing power consumption. This achieves a balance between performance and power consumption.
  • the main processing unit 10 includes a first execution module 11, a first notification module 12, and a first mode switching module 13, wherein: the first execution module 11 is configured to perform a high load task.
  • the first notification module 12 is configured to notify that the low load task is executed from the processing unit 20 when the high load task ends, such as sending a work mode instruction to the slave processing unit 20; the first mode switching module 13 is set to be a high load task At the end, the main processing unit 10 is controlled to enter a low power mode.
  • the slave processing unit 20 includes an instruction receiving module 21, a second mode switching module 22, and a second execution module 23, as shown in FIG. 5, wherein: the instruction receiving module 21 is configured to receive an operation mode instruction; the second mode switching The module 22 is arranged to control the operation mode from the processing unit 20 according to the operation mode instruction; the second execution module 23 is arranged to perform a low load task in the operation mode, such as updating the time, updating the non-real time parameter, and the like.
  • the main processing unit 10, as shown in FIG. 6, further includes a second notification module 14, which is configured to notify the processing unit 20 from entering when the task execution module performs a high load task.
  • the low power mode such as sending a low power mode command to the slave processing unit 20.
  • the instruction receiving module 21 of the processing unit 20 is further configured to receive the low power mode command
  • the second mode switching module 22 is further configured to short the output of the processing unit 20 to the input according to the low power mode command to The slave processing unit 20 is brought into a low power mode.
  • the main processing unit 10 further includes a task receiving module 15, a determining module 16, and a third notifying module 17, as shown in FIG. 7, wherein: the task receiving module 15 is configured to receive a task instruction; The mode switching module 13 is further configured to control the main processing unit 10 to switch from the low power mode to the working mode according to the task instruction when the main processing unit 10 is in the low power mode; the determining module 16 is configured to determine that the task to be executed is high The load task is still a low load task, and the judgment result is sent to the first execution module 11 and the third notification module 17; the first execution module 11 is configured to perform a high load task when the task to be executed is a high load task; The three notification module 17 is arranged to notify the processing unit 20 to perform a low load task when the task to be executed is a low load task.
  • the task command includes at least one of a button command, a communication command, a voice command, and the like.
  • the task receiving module 15 receives the button command; when the wireless communication module (such as the Bluetooth module) sends the information to the main processing unit 10, the task receiving module 15 receives the task command; when the microphone receives When the specific voice information is specified, the task receiving module 15 receives the voice command.
  • the wireless communication module such as the Bluetooth module
  • the judging module 16 determines that the task to be executed is a high-load task;
  • the task is a relatively simple task or a standby task such as updating the time or updating non-real time parameters, and the determining module 16 determines that the task to be executed is a low load task.
  • the display map such as displaying GPS, displays map information of a current location, and calculating real-time parameters such as real-time statistics of steps, speed, distance, heart rate, blood pressure, and the like in a sports mode, such as a mobile phone, a tablet, etc.
  • the device synchronizes the motion data, the address book data, and the like, and the display communication information is, for example, displaying the instant messaging information, the short message, the incoming call notification information, and the like sent by the terminal device.
  • the update time is such as a timing (eg, about 1 minute interval) refresh time
  • the update non-real-time parameters such as timing (eg, interval 2-5 minutes) refresh parameters such as temperature, air pressure, and timing in non-sport mode (eg, 1 minute interval) Left and right) Refresh the parameters such as the number of steps, speed, and distance.
  • the first mode switching module 13 is further configured to control the main processing unit 10 to enter a low power mode when the task to be executed is a low load task. Therefore, even if the main processing unit 10 is woken up from the low power mode by the task instruction, if the task corresponding to the task instruction is a low load task, the processing unit can restore the low power state in time, thereby greatly reducing power consumption.
  • the task instructions can also be received from the processing unit 20 and determine whether the type of task to be executed is a high load task or a low load task.
  • the main processing unit 10 is woken up, so that the main processing unit 10 enters the working mode from the low-power mode, and executes the high-load task; when the task to be executed is a low-load task, The slave unit 20 then performs the low load task and the main processing unit 10 maintains the low power mode.
  • the task processing apparatus of the embodiment of the present invention performs high-load tasks by the main processing unit 10 by configuring the master-slave two processing units to ensure the fluency of the system.
  • the main processing unit 10 notifies the processing.
  • Unit 20 performs a low load task and automatically enters a low power mode to reduce power consumption. Thereby, the high performance of the smart watch is ensured, the power consumption of the smart watch is reduced, the standby time is prolonged, and the balance between performance and power consumption is realized, and the high performance and low power consumption of the smart watch are taken into consideration.
  • the present invention includes apparatus that is directed to performing one or more of the operations described herein. These devices may be specially designed and manufactured for the required purposes, or may also include known devices in a general purpose computer. These devices have computer programs stored therein that are selectively activated or reconfigured.
  • Such computer programs may be stored in a device (eg, computer) readable medium or in any type of medium suitable for storing electronic instructions and coupled to a bus, respectively, including but not limited to any Types of disks (including floppy disks, hard disks, optical disks, CD-ROMs, and magneto-optical disks), ROM (Read-Only Memory), RAM (Random Access Memory), EPROM (Erasable Programmable Read-Only Memory) , EEPROM (Electrically Erasable Programmable Read-Only Memory), flash memory, magnetic card or light card.
  • a readable medium includes any medium that is stored or transmitted by a device (eg, a computer) in a readable form.
  • each block of the block diagrams and/or block diagrams and/or flow diagrams and combinations of blocks in the block diagrams and/or block diagrams and/or flow diagrams can be implemented by computer program instructions. .
  • these computer program instructions can be implemented by a general purpose computer, a professional computer, or a processor of other programmable data processing methods, such that the processor is executed by a computer or other programmable data processing method.
  • steps, measures, and solutions in the various operations, methods, and processes that have been discussed in the present invention may be alternated, changed, combined, or deleted. Further, other steps, measures, and schemes of the various operations, methods, and processes that have been discussed in the present invention may be alternated, modified, rearranged, decomposed, combined, or deleted. Further, the steps, measures, and solutions in the prior art having various operations, methods, and processes disclosed in the present invention may also be alternated, changed, rearranged, decomposed, combined, or deleted.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephone Function (AREA)
  • Power Sources (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

Disclosed are a task processing method and device. The method comprises the following steps: a master processing unit executing a high-load task; and when the high-load task ends, the master processing unit notifying a slave processing unit to execute a low-load task and automatically entering a low-power-consumption mode. According to the task processing method provided in the embodiments of the present invention, master and slave processing units are configured, wherein the master processing unit executes a high-load task to ensure system fluency, and when the high-load task ends, the master processing unit notifies the slave processing unit to execute a low-load task and automatically enters the low-power-consumption mode so as to reduce power consumption. Thus, the high performance of a smart watch is ensured and the power consumption of the smart watch is reduced to prolong the stand-by time, thereby achieving balance between performance and power consumption, taking both high performance and low power consumption of the smart watch into consideration and improving the user experience.

Description

任务处理方法和装置Task processing method and device 技术领域Technical field
本发明涉及电子技术领域,特别是涉及到一种任务处理方法和装置。The present invention relates to the field of electronic technology, and in particular to a task processing method and apparatus.
背景技术Background technique
随着无线通信技术的发展,智能穿戴设备逐渐受到人们的青睐,其中,智能手表发展最为成熟。智能手表不仅能够指示时间,还具有导航、校准、提醒等功能,甚至还支持与其他智能设备互联,例如与智能手机互联,并支持智能手机的部分功能,例如微信消息提醒、来电提醒、查看短信、查看邮件、查看日程等功能,由此可见,智能手表的应用场景十分广阔。With the development of wireless communication technology, smart wearable devices are gradually favored by people, among which smart watches are the most mature. Smart watches not only can indicate time, but also have functions such as navigation, calibration, reminding, etc., and even support interconnection with other smart devices, such as connecting with smart phones, and supporting some functions of smart phones, such as WeChat message reminders, call reminders, and viewing SMS messages. Viewing emails, viewing schedules, etc., it can be seen that the application scenarios of smart watches are very broad.
为了延长待机时间,智能手表通常采用低功耗的处理单元,但低功耗的处理单元性能较弱,在执行高负荷任务时,系统的流畅性会受到影响,从而严重降低智能手表的性能。如果选用高性能的处理单元,又会大大增加功耗,从而极大的缩短智能手表的待机时间。In order to extend the standby time, smart watches usually use low-power processing units, but the low-power processing unit has weak performance. When performing high-load tasks, the fluency of the system will be affected, which will seriously reduce the performance of smart watches. If a high-performance processing unit is selected, power consumption will be greatly increased, thereby greatly shortening the standby time of the smart watch.
因此,如何平衡智能手表的性能和功耗,兼顾高性能和低功耗,是当前亟需解决的技术问题。Therefore, how to balance the performance and power consumption of smart watches, taking into account high performance and low power consumption, is a technical problem that needs to be solved.
技术问题technical problem
本发明的主要目的为提供一种任务处理方法和装置,旨在平衡智能手表的性能和功耗。The main object of the present invention is to provide a task processing method and apparatus for balancing the performance and power consumption of a smart watch.
技术解决方案Technical solution
为达以上目的,本发明实施例提出一种任务处理方法,包括以下步骤:To achieve the above objective, the embodiment of the present invention provides a task processing method, including the following steps:
主处理单元执行高负荷任务;The main processing unit performs a high load task;
当所述高负荷任务结束时,所述主处理单元通知从处理单元执行低负荷任务,并自动进入低功耗模式。When the high load task ends, the main processing unit notifies the processing unit to perform a low load task and automatically enters the low power mode.
可选地,所述主处理单元执行高负荷任务的步骤的同时还包括:所述主处理单元通知所述从处理单元进入低功耗模式。Optionally, the step of the main processing unit performing the high load task further includes: the main processing unit notifying the slave processing unit to enter a low power mode.
可选地,所述主处理单元通知所述从处理单元进入低功耗模式的步骤包括:Optionally, the step of the main processing unit notifying that the slave processing unit enters a low power mode comprises:
所述主处理单元向所述从处理单元发送低功耗模式指令;The main processing unit sends a low power mode instruction to the slave processing unit;
所述从处理单元接收所述低功耗模式指令,根据所述低功耗模式指令将输出短接到输入,进入低功耗模式。The slave processing unit receives the low power mode command, shorts the output to the input according to the low power mode command, and enters a low power mode.
可选地,所述主处理单元通知从处理单元执行低负荷任务的步骤包括:Optionally, the step of the main processing unit notifying that the low load task is performed from the processing unit comprises:
所述主处理单元向所述从处理单元发送工作模式指令;The main processing unit sends a working mode instruction to the slave processing unit;
所述从处理单元接收所述工作模式指令,根据所述工作模式指令进入工作模式,执行低负荷任务。The slave operating unit receives the operating mode command, enters an operating mode according to the operating mode command, and performs a low load task.
可选地,所述主处理单元执行高负荷任务的步骤之前还包括:Optionally, before the step of the main processing unit performing the high load task, the method further includes:
所述主处理单元接收任务指令;The main processing unit receives a task instruction;
所述主处理单元根据所述任务指令进入工作模式,判断拟执行的任务为高负荷任务还是低负荷任务;The main processing unit enters a working mode according to the task instruction, and determines whether the task to be executed is a high load task or a low load task;
当拟执行的任务为高负荷任务时,进入下一步骤:主处理单元执行高负荷任务;When the task to be executed is a high-load task, proceed to the next step: the main processing unit performs a high-load task;
当拟执行的任务为低负荷任务时,所述主处理单元通知所述从处理单元执行所述低负荷任务。The primary processing unit notifies the slave processing unit to perform the low load task when the task to be executed is a low load task.
可选地,所述主处理单元通知所述从处理单元执行所述低负荷任务的步骤的同时还包括:所述主处理单元进入低功耗模式。Optionally, the main processing unit notifying the step of executing the low load task from the processing unit, further comprising: the main processing unit entering a low power consumption mode.
可选地,所述判断拟执行的任务为高负荷任务还是低负荷任务的步骤包括:当拟执行的任务为显示地图、计算实时参数、同步数据或显示通讯信息时,判定拟执行的任务为高负荷任务。Optionally, the step of determining whether the task to be executed is a high-load task or a low-load task includes: when the task to be executed is displaying a map, calculating real-time parameters, synchronizing data, or displaying communication information, determining that the task to be executed is High load tasks.
可选地,所述判断拟执行的任务为高负荷任务还是低负荷任务的步骤包括:当拟执行的任务为更新时间或更新非实时参数时,判定拟执行的任务为低负荷任务。Optionally, the step of determining whether the task to be executed is a high-load task or a low-load task comprises: determining that the task to be executed is a low-load task when the task to be executed is an update time or a non-real-time parameter is updated.
可选地,所述任务指令包括按键指令、通讯指令和语音指令中的至少一种。Optionally, the task instruction includes at least one of a key instruction, a communication instruction, and a voice instruction.
可选地,所述主处理单元与所述从处理单元连接,所述从处理单元与显示单元连接。Optionally, the main processing unit is connected to the slave processing unit, and the slave processing unit is connected to the display unit.
本发明实施例同时提出一种任务处理装置,所述装置包括主处理单元和从处理单元,所述主处理单元包括:The embodiment of the present invention simultaneously provides a task processing apparatus, where the apparatus includes a main processing unit and a slave processing unit, and the main processing unit includes:
第一执行模块,设置为执行高负荷任务;a first execution module configured to perform a high load task;
第一通知模块,设置为当所述高负荷任务结束时,通知所述从处理单元执行低负荷任务;a first notification module, configured to notify the slave processing unit to perform a low load task when the high load task ends;
第一模式切换模块,设置为当所述高负荷任务结束时,控制所述主处理单元进入低功耗模式。The first mode switching module is configured to control the main processing unit to enter a low power mode when the high load task ends.
可选地,所述主处理单元还包括第二通知模块,所述第二通知模块设置为:当所述任务执行模块执行高负荷任务时,通知所述从处理单元进入低功耗模式。Optionally, the main processing unit further includes a second notification module, where the second notification module is configured to notify the slave processing unit to enter a low power mode when the task execution module performs a high load task.
可选地,所述从处理单元包括指令接收模块和第二模式切换模块;Optionally, the slave processing unit includes an instruction receiving module and a second mode switching module;
所述第一通知模块设置为:当所述高负荷任务结束时,向所述从处理单元发送低功耗模式指令;The first notification module is configured to: when the high load task ends, send a low power mode instruction to the slave processing unit;
所述指令接收模块设置为:接收所述低功耗模式指令;The instruction receiving module is configured to: receive the low power mode instruction;
所述第二模式切换模块设置为:根据所述低功耗模式指令将所述从处理单元的输出短接到输入,以使所述从处理单元进入低功耗模式。The second mode switching module is configured to short the output of the slave processing unit to an input according to the low power mode instruction to cause the slave processing unit to enter a low power mode.
可选地,所述从处理单元包括指令接收模块、第二模式切换模块和第二执行模块;Optionally, the slave processing unit includes an instruction receiving module, a second mode switching module, and a second execution module;
所述第二通知模块设置为:当所述高负荷任务结束时,向所述从处理单元发送工作模式指令;The second notification module is configured to: when the high load task ends, send a working mode instruction to the slave processing unit;
所述指令接收模块设置为:接收所述工作模式指令;The instruction receiving module is configured to: receive the working mode instruction;
所述第二模式切换模块设置为:根据所述工作模式指令控制所述从处理单元进入工作模式;The second mode switching module is configured to: control the slave processing unit to enter an operating mode according to the working mode instruction;
所述第二执行模块设置为:在工作模式下执行低负荷任务。The second execution module is configured to perform a low load task in an operational mode.
可选地,所述主处理单元还包括任务接收模块、判断模块和第三通知模块:Optionally, the main processing unit further includes a task receiving module, a determining module, and a third notification module:
所述任务接收模块设置为:接收任务指令;The task receiving module is configured to: receive a task instruction;
所述第一模式切换模块还设置为:根据所述任务指令控制所述主 处理单元进入工作模式;The first mode switching module is further configured to: control the main processing unit to enter an operating mode according to the task instruction;
所述判断模块设置为:判断拟执行的任务为高负荷任务还是低负荷任务;The determining module is configured to: determine whether the task to be executed is a high load task or a low load task;
所述第一执行模块设置为:当拟执行的任务为高负荷任务时,执行所述高负荷任务;The first execution module is configured to execute the high load task when the task to be executed is a high load task;
所述第三通知模块设置为:当拟执行的任务为低负荷任务时,通知所述从处理单元执行所述低负荷任务。The third notification module is configured to notify the slave processing unit to perform the low load task when the task to be executed is a low load task.
可选地,所述第一模式切换模块还设置为:当拟执行的任务为低负荷任务时,控制所述主处理单元进入低功耗模式。Optionally, the first mode switching module is further configured to: when the task to be executed is a low load task, control the main processing unit to enter a low power mode.
可选地,所述判断模块设置为:当拟执行的任务为显示地图、计算实时参数、同步数据或显示通讯信息时,判定拟执行的任务为高负荷任务。Optionally, the determining module is configured to determine that the task to be executed is a high-load task when the task to be executed is displaying a map, calculating real-time parameters, synchronizing data, or displaying communication information.
可选地,所述判断模块设置为:当拟执行的任务为更新时间或更新非实时参数时,判定拟执行的任务为低负荷任务。Optionally, the determining module is configured to determine that the task to be executed is a low-load task when the task to be executed is an update time or a non-real-time parameter is updated.
有益效果Beneficial effect
本发明实施例所提供的一种任务处理方法,通过配置主从两个处理单元,通过主处理单元执行高负荷任务,以保证系统的流畅性,当高负荷任务结束时,主处理单元则通知从处理单元执行低负荷任务,并自动进入低功耗模式,以降低功耗。从而既保证了智能手表的高性能,又降低了智能手表的功耗,延长了待机时间,从而实现了性能与功耗的平衡,兼顾了智能手表的高性能和低功耗,提升了用户体验。A task processing method provided by an embodiment of the present invention configures a master-slave two processing unit to perform a high-load task through a main processing unit to ensure fluency of the system. When the high-load task ends, the main processing unit notifies Perform low-load tasks from the processing unit and automatically enter low-power mode to reduce power consumption. Thereby not only ensuring the high performance of the smart watch, but also reducing the power consumption of the smart watch and prolonging the standby time, thereby achieving a balance between performance and power consumption, taking into account the high performance and low power consumption of the smart watch, thereby improving the user experience. .
附图说明DRAWINGS
图1是本发明的任务处理方法一实施例的流程图;1 is a flow chart of an embodiment of a task processing method of the present invention;
图2是本发明实施例中主处理单元、从处理单元和显示单元的连接示意图;2 is a schematic diagram of connection of a main processing unit, a slave processing unit, and a display unit in an embodiment of the present invention;
图3是本发明的任务处理装置一实施例的模块示意图;3 is a block diagram showing an embodiment of a task processing apparatus of the present invention;
图4是图2中的主处理单元的模块示意图;Figure 4 is a block diagram of the main processing unit of Figure 2;
图5是图2中的从处理单元的模块示意图;Figure 5 is a block diagram of the slave processing unit of Figure 2;
图6是图2中的主处理单元的又一模块示意图;Figure 6 is a block diagram of still another module of the main processing unit of Figure 2;
图7是图2中的主处理单元的又一模块示意图。Figure 7 is a further block diagram of the main processing unit of Figure 2.
本发明目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。The implementation, functional features, and advantages of the present invention will be further described in conjunction with the embodiments.
本发明的最佳实施方式BEST MODE FOR CARRYING OUT THE INVENTION
应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
下面详细描述本发明的实施例,所述实施例的示例在附图中示出,其中自始至终相同或类似的标号表示相同或类似的元件或具有相同或类似功能的元件。下面通过参考附图描述的实施例是示例性的,仅用于解释本发明,而不能解释为对本发明的限制。The embodiments of the present invention are described in detail below, and the examples of the embodiments are illustrated in the drawings, wherein the same or similar reference numerals are used to refer to the same or similar elements or elements having the same or similar functions. The embodiments described below with reference to the drawings are intended to be illustrative of the invention and are not to be construed as limiting.
本技术领域技术人员可以理解,除非特意声明,这里使用的单数形式“一”、“一个”、“所述”和“该”也可包括复数形式。应该进一步理解的是,本发明的说明书中使用的措辞“包括”是指存在所述特征、整数、步骤、操作、元件和/或组件,但是并不排除存在或添加一个或多个其他特征、整数、步骤、操作、元件、组件和/或它们的组。应该理解,当我们称元件被“连接”或“耦接”到另一元件时,它可以直接连接或耦接到其他元件,或者也可以存在中间元件。此外,这里使用的“连接”或“耦接”可以包括无线连接或无线耦接。这里使用的措辞“和/或”包括一个或更多个相关联的列出项的全部或任一单元和全部组合。The singular forms "a", "an", "the" It is to be understood that the phrase "comprise" or "an" Integers, steps, operations, components, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element. Further, "connected" or "coupled" as used herein may include either a wireless connection or a wireless coupling. The phrase "and/or" used herein includes all or any one and all combinations of one or more of the associated listed.
本技术领域技术人员可以理解,除非另外定义,这里使用的所有术语(包括技术术语和科学术语),具有与本发明所属领域中的普通技术人员的一般理解相同的意义。还应该理解的是,诸如通用字典中定义的那些术语,应该被理解为具有与现有技术的上下文中的意义一致的意义,并且除非像这里一样被特定定义,否则不会用理想化或过于正式的含义来解释。Those skilled in the art will appreciate that all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which the invention belongs, unless otherwise defined. It should also be understood that terms such as those defined in a general dictionary should be understood to have meaning consistent with the meaning in the context of the prior art, and will not be idealized or excessive unless specifically defined as here. The formal meaning is explained.
本技术领域技术人员可以理解,这里所使用的“终端”、“终端设备”既包括无线信号接收器的设备,其仅具备无发射能力的无线信号 接收器的设备,又包括接收和发射硬件的设备,其具有能够在双向通信链路上,执行双向通信的接收和发射硬件的设备。这种设备可以包括:蜂窝或其他通信设备,其具有单线路显示器或多线路显示器或没有多线路显示器的蜂窝或其他通信设备;PCS(Personal Communications Service,个人通信系统),其可以组合语音、数据处理、传真和/或数据通信能力;PDA(Personal Digital Assistant,个人数字助理),其可以包括射频接收器、寻呼机、互联网/内联网访问、网络浏览器、记事本、日历和/或GPS(Global Positioning System,全球定位系统)接收器;常规膝上型和/或掌上型计算机或其他设备,其具有和/或包括射频接收器的常规膝上型和/或掌上型计算机或其他设备。这里所使用的“终端”、“终端设备”可以是便携式、可运输、安装在交通工具(航空、海运和/或陆地)中的,或者适合于和/或配置为在本地运行,和/或以分布形式,运行在地球和/或空间的任何其他位置运行。这里所使用的“终端”、“终端设备”还可以是通信终端、上网终端、音乐/视频播放终端,例如可以是PDA、MID(Mobile Internet Device,移动互联网设备)和/或具有音乐/视频播放功能的移动电话,也可以是智能电视、机顶盒等设备。Those skilled in the art can understand that the "terminal" and "terminal device" used herein include both a wireless signal receiver device, a device having only a wireless signal receiver without a transmitting capability, and a receiving and transmitting hardware. A device having a device capable of performing two-way communication receiving and transmitting hardware on a two-way communication link. Such devices may include cellular or other communication devices having a single line display or a multi-line display or a cellular or other communication device without a multi-line display; PCS (Personal Communications Service), which may combine voice, data Processing, fax, and/or data communication capabilities; PDA (Personal Digital Assistant), which can include radio frequency receivers, pagers, Internet/Intranet access, web browsers, notepads, calendars, and/or GPS (Global Positioning System (Global Positioning System) receiver; conventional laptop and/or palmtop computer or other device having a conventional laptop and/or palmtop computer or other device that includes and/or includes a radio frequency receiver. As used herein, "terminal", "terminal device" may be portable, transportable, installed in a vehicle (aviation, sea and/or land), or adapted and/or configured to operate locally, and/or Run in any other location on the Earth and/or space in a distributed form. The "terminal" and "terminal device" used herein may also be a communication terminal, an internet terminal, a music/video playing terminal, and may be, for example, a PDA, a MID (Mobile Internet Device), and/or have a music/video playback. Functional mobile phones can also be smart TVs, set-top boxes and other devices.
本发明实施例的任务处理方法和装置,主要应用于智能手表等穿戴设备,当然也可以应用于其它的终端设备,本发明对此不作限定。以下以应用于智能手表为例进行详细说明。The task processing method and device of the embodiment of the present invention are mainly applied to a wearable device such as a smart watch, and may of course be applied to other terminal devices, which is not limited by the present invention. The following is a detailed description of the application to a smart watch.
参照图1,提出本发明的任务处理方法一实施例,所述方法包括以下步骤:Referring to FIG. 1, an embodiment of a task processing method of the present invention is proposed. The method includes the following steps:
S11、主处理单元执行高负荷任务。S11. The main processing unit performs a high load task.
S12、当高负荷任务结束时,主处理单元通知从处理单元执行低负荷任务,并自动进入低功耗模式。S12. When the high load task ends, the main processing unit notifies the processing unit to perform a low load task and automatically enters the low power mode.
本发明实施例中,智能手表包括两个处理单元,分别为主处理单元和从处理单元。处理单元优选MCU(Microcontroller Unit,微控制单元),如为智能手表配置一个主MCU和一个从MCU。智能手表还包括显示单元30,如图2所示,作为优选,主处理单元10、从处理单元20和显示单元30依次连接,这种主从处理单元级联的方式来驱 动显示单元30,使得电路更加精简,提高了电路的稳定性和可靠性。In the embodiment of the present invention, the smart watch includes two processing units, which are a main processing unit and a slave processing unit, respectively. The processing unit is preferably an MCU (Microcontroller Unit), such as a master MCU and a slave MCU for the smart watch. The smart watch further includes a display unit 30, as shown in FIG. 2, preferably, the main processing unit 10, the processing unit 20 and the display unit 30 are sequentially connected, and the master-slave processing unit cascades to drive the display unit 30, so that The circuit is more streamlined, improving the stability and reliability of the circuit.
主处理单元的性能较强,但功耗较大,主要用于执行高负荷任务,使得智能手表可以流畅的运行各种复杂的应用程序,实现各种丰富的功能,从而保证了智能手表的性能。从处理单元的性能较弱,但功耗较低,主要用于执行低负荷任务。当高负荷任务结束时,主处理单元则通知从处理单元执行低负荷任务,然后自动进入低功耗模式(如休眠模式)。在低功耗模式下,主处理单元大大降低工作频率,并关闭大部分功能,可以仅保留指令接收功能,从而大大降低了功耗。从而实现了性能与功耗的平衡。The performance of the main processing unit is strong, but the power consumption is large, which is mainly used to perform high-load tasks, so that the smart watch can smoothly run various complicated applications and realize various rich functions, thereby ensuring the performance of the smart watch. . The performance of the slave processing unit is weak, but the power consumption is low, and it is mainly used to perform low-load tasks. When the high load task ends, the main processing unit notifies the processing unit to perform a low load task and then automatically enters a low power mode (such as sleep mode). In low-power mode, the main processing unit greatly reduces the operating frequency and turns off most of the functions, leaving only the instruction reception function, which greatly reduces power consumption. This achieves a balance between performance and power consumption.
本发明实施例中,在步骤S11之前,主处理单元接收任务指令,此时主处理单元若处于低功耗模式,则从低功耗模式切换到工作模式,判断拟执行的任务的类型为高负荷任务还是低负荷任务。当拟执行的任务为高负荷任务时,则进入步骤S11,即主处理单元执行该高负荷任务;当拟执行的任务为低负荷任务时,主处理单元则通知从处理单元执行该低负荷任务。In the embodiment of the present invention, before the step S11, the main processing unit receives the task instruction. If the main processing unit is in the low power mode, the main processing unit switches from the low power mode to the working mode, and determines that the type of the task to be executed is high. Load tasks are also low load tasks. When the task to be executed is a high-load task, the process proceeds to step S11, that is, the main processing unit executes the high-load task; when the task to be executed is a low-load task, the main processing unit notifies the processing unit to perform the low-load task. .
任务指令包括按键指令、通讯指令、语音指令等指令中的至少一种。例如:当按键被触发时,主处理单元则接收到按键指令;当无线通信模块(如蓝牙模块)向主处理单元发送信息时,主处理单元则接收到任务指令;当麦克风接收到特定语音信息时,主处理单元则接收到语音指令。The task command includes at least one of a button command, a communication command, a voice command, and the like. For example, when the button is triggered, the main processing unit receives the button command; when the wireless communication module (such as the Bluetooth module) sends information to the main processing unit, the main processing unit receives the task command; when the microphone receives the specific voice information The main processing unit receives the voice command.
在确定任务的类型时,若拟执行的任务为显示地图、计算实时参数、同步数据、显示通讯信息等比较复杂的任务,主处理单元则判定拟执行的任务为高负荷任务;若拟执行的任务为更新时间或更新非实时参数等比较简单的任务或待机任务,主处理单元则判定拟执行的任务为低负荷任务。When determining the type of task, if the task to be executed is a relatively complex task such as displaying a map, calculating real-time parameters, synchronizing data, displaying communication information, the main processing unit determines that the task to be executed is a high-load task; The task is a simple task or a standby task such as updating the time or updating non-real-time parameters, and the main processing unit determines that the task to be executed is a low-load task.
所述显示地图如打开GPS显示当前位置的地图信息,所述计算实时参数如在运动模式下实时统计步数、速度、距离、心率、血压等参数,所述同步数据如与手机、平板等终端设备同步运动数据、通讯录数据等,所述显示通讯信息如显示终端设备发送的即时通讯信息、短信息、来电通知信息等。所述更新时间如定时(如间隔1分钟左右) 刷新时间,所述更新非实时参数如定时(如间隔2-5分钟)刷新温度、气压等参数以及在非运动模式下定时(如间隔1分钟左右)刷新步数、速度、距离等参数。The display map, such as displaying GPS, displays map information of a current location, and calculating real-time parameters such as real-time statistics of steps, speed, distance, heart rate, blood pressure, and the like in a sports mode, such as a mobile phone, a tablet, etc. The device synchronizes the motion data, the address book data, and the like, and the display communication information is, for example, displaying the instant messaging information, the short message, the incoming call notification information, and the like sent by the terminal device. The update time is such as a timing (eg, about 1 minute interval) refresh time, and the update non-real-time parameters such as timing (eg, interval 2-5 minutes) refresh parameters such as temperature, air pressure, and timing in non-sport mode (eg, 1 minute interval) Left and right) Refresh the parameters such as the number of steps, speed, and distance.
进一步地,当拟执行的任务为低负荷任务时,主处理单元则自动进入低功耗模式。从而,即使主处理单元被任务指令从低功耗模式唤醒,但若任务指令对应的任务为低负荷任务时,处理单元也能及时恢复低功耗状态,大大降低了功耗。Further, when the task to be executed is a low load task, the main processing unit automatically enters the low power mode. Therefore, even if the main processing unit is woken up from the low power mode by the task instruction, if the task corresponding to the task instruction is a low load task, the processing unit can restore the low power state in time, thereby greatly reducing power consumption.
在某些实施例中,当主处理单元处于低功耗模式时,也可以由从处理单元接收任务指令,并判断拟执行的任务的类型为高负荷任务还是低负荷任务。当拟执行的任务为高负荷任务时,则唤醒主处理单元,使得主处理单元从低功耗模式进入工作模式,并进入步骤S11,即主处理单元执行该高负荷任务;当拟执行的任务为低负荷任务时,从处理单元则执行该低负荷任务,主处理单元保持低功耗模式。In some embodiments, when the main processing unit is in the low power mode, the task instruction can also be received from the processing unit and the type of task to be executed is determined to be a high load task or a low load task. When the task to be executed is a high-load task, the main processing unit is woken up, so that the main processing unit enters the working mode from the low-power mode, and proceeds to step S11, that is, the main processing unit executes the high-load task; when the task to be executed is performed For low load tasks, the slave unit performs the low load task and the master processing unit maintains the low power mode.
更进一步地,为了进一步降低功耗,当主处理单元执行高负荷任务时,主处理单元还通知从处理单元进入低功耗模式。具体的,主处理单元向从处理单元发送低功耗模式指令,从处理单元接收低功耗模式指令,根据该指令将输出短接到输入,如通过编程映射的方式将输出与输入短接,从而进入低功耗模式。Further, in order to further reduce power consumption, when the main processing unit performs a high load task, the main processing unit also notifies the processing unit to enter the low power consumption mode. Specifically, the main processing unit sends a low power mode instruction to the slave processing unit, and receives a low power mode command from the processing unit, and shorts the output to the input according to the instruction, such as shorting the output and the input by means of programming mapping. Thereby entering the low power mode.
此时,步骤S12中,当高负荷任务结束时,主处理单元向从处理单元发送工作模式指令,从处理单元接收工作模式指令,根据该指令从低功耗模式切换到工作模式,在工作模式下执行低负荷任务,如更新时间、更新非实时参数等。At this time, in step S12, when the high-load task ends, the main processing unit sends a working mode command to the slave processing unit, receives the working mode command from the processing unit, and switches from the low power mode to the working mode according to the command, in the working mode. Perform low-load tasks such as update time, update non-real-time parameters, and so on.
具体实施时,可以以MT2523作为主MCU,FPGA(Field-Programmable Gate Array,即现场可编程门阵列)作为从MCU。强大的主MCU,在240*240的显示屏上达到30FPS的速度,可以流畅的运行GPS导航等各项高负荷操作;超低功耗的从MCU,可以独立完成简单的时钟刷新,即使在显示屏全天24小时工作的情况下,待机电流也低至0.2mA。从而保证了智能手表的高性能和低功耗。In the specific implementation, the MT2523 can be used as the master MCU, and the FPGA (Field-Programmable Gate Array) is used as the slave MCU. The powerful main MCU achieves 30FPS speed on the 240*240 display, which can smoothly run various high-load operations such as GPS navigation; ultra-low-power MCU can independently complete simple clock refresh, even in the display When the screen is working 24 hours a day, the standby current is as low as 0.2 mA. This ensures the high performance and low power consumption of smart watches.
本发明实施例的任务处理方法,通过配置主从两个处理单元,通 过主处理单元执行高负荷任务,以保证系统的流畅性,当高负荷任务结束时,主处理单元则通知从处理单元执行低负荷任务,并自动进入低功耗模式,以降低功耗。从而既保证了智能手表的高性能,又降低了智能手表的功耗,延长了待机时间,从而实现了性能与功耗的平衡,兼顾了智能手表的高性能与低功耗。The task processing method of the embodiment of the present invention configures the master-slave two processing units to perform high-load tasks through the main processing unit to ensure the fluency of the system. When the high-load task ends, the main processing unit notifies the processing unit to execute. Low load tasks and automatically enter low power mode to reduce power consumption. Thereby, the high performance of the smart watch is ensured, the power consumption of the smart watch is reduced, the standby time is prolonged, and the balance between performance and power consumption is realized, and the high performance and low power consumption of the smart watch are taken into consideration.
参照图3,提出本发明的任务处理装置一实施例,所述装置包括主处理单元10和从处理单元20。如图2所示,作为优选,主处理单元10与从处理单元20连接,从处理单元20与智能手表的显示单元30连接,采用这种主从处理单元20级联的方式来驱动显示单元30,使得电路更加精简,提高了电路的稳定性和可靠性。Referring to Figure 3, an embodiment of a task processing apparatus of the present invention is presented, the apparatus comprising a main processing unit 10 and a slave processing unit 20. As shown in FIG. 2, preferably, the main processing unit 10 is connected to the slave processing unit 20, and the processing unit 20 is connected to the display unit 30 of the smart watch. The display unit 30 is driven in such a manner that the master-slave processing unit 20 is cascaded. This makes the circuit more streamlined and improves the stability and reliability of the circuit.
主处理单元10的性能较强,但功耗较大,主要设置为执行高负荷任务,使得智能手表可以流畅的运行各种复杂的应用程序,实现各种丰富的功能,从而保证了智能手表的性能。从处理单元20的性能较弱,但功耗较低,主要设置为执行低负荷任务。当高负荷任务结束时,主处理单元10则通知从处理单元20执行低负荷任务,然后自动进入低功耗模式(如休眠模式)。在低功耗模式下,主处理单元10大大降低工作频率,并关闭大部分功能,可以仅保留指令接收功能,从而大大降低了功耗。从而实现了性能与功耗的平衡。The performance of the main processing unit 10 is strong, but the power consumption is large, and the main setting is to perform high-load tasks, so that the smart watch can smoothly run various complicated applications and realize various rich functions, thereby ensuring the smart watch. performance. The performance from the processing unit 20 is weak, but the power consumption is low, and is mainly set to perform low load tasks. When the high load task ends, the main processing unit 10 notifies the processing unit 20 to perform a low load task and then automatically enters a low power mode (such as a sleep mode). In the low power mode, the main processing unit 10 greatly reduces the operating frequency and turns off most of the functions, and can only retain the instruction receiving function, thereby greatly reducing power consumption. This achieves a balance between performance and power consumption.
在一些实施例中,主处理单元10如图4所示,包括第一执行模块11、第一通知模块12和第一模式切换模块13,其中:第一执行模块11,设置为执行高负荷任务;第一通知模块12,设置为当高负荷任务结束时,通知从处理单元20执行低负荷任务,如向从处理单元20发送工作模式指令;第一模式切换模块13,设置为当高负荷任务结束时,控制主处理单元10进入低功耗模式。In some embodiments, the main processing unit 10, as shown in FIG. 4, includes a first execution module 11, a first notification module 12, and a first mode switching module 13, wherein: the first execution module 11 is configured to perform a high load task. The first notification module 12 is configured to notify that the low load task is executed from the processing unit 20 when the high load task ends, such as sending a work mode instruction to the slave processing unit 20; the first mode switching module 13 is set to be a high load task At the end, the main processing unit 10 is controlled to enter a low power mode.
此时,从处理单元20如图5所示,包括指令接收模块21、第二模式切换模块22和第二执行模块23,其中:指令接收模块21,设置为接收工作模式指令;第二模式切换模块22,设置为根据工作模式指令控制从处理单元20进入工作模式;第二执行模块23,设置为在工作模式下执行低负荷任务,如更新时间、更新非实时参数等。At this time, the slave processing unit 20 includes an instruction receiving module 21, a second mode switching module 22, and a second execution module 23, as shown in FIG. 5, wherein: the instruction receiving module 21 is configured to receive an operation mode instruction; the second mode switching The module 22 is arranged to control the operation mode from the processing unit 20 according to the operation mode instruction; the second execution module 23 is arranged to perform a low load task in the operation mode, such as updating the time, updating the non-real time parameter, and the like.
在另一些实施例中,主处理单元10如图6所示,还包括第二通 知模块14,该第二通知模块14设置为:当任务执行模块执行高负荷任务时,通知从处理单元20进入低功耗模式,如向从处理单元20发送低功耗模式指令。In other embodiments, the main processing unit 10, as shown in FIG. 6, further includes a second notification module 14, which is configured to notify the processing unit 20 from entering when the task execution module performs a high load task. The low power mode, such as sending a low power mode command to the slave processing unit 20.
此时,从处理单元20的指令接收模块21还设置为接收低功耗模式指令,第二模式切换模块22还设置为根据低功耗模式指令将从处理单元20的输出短接到输入,以使从处理单元20进入低功耗模式。At this time, the instruction receiving module 21 of the processing unit 20 is further configured to receive the low power mode command, and the second mode switching module 22 is further configured to short the output of the processing unit 20 to the input according to the low power mode command to The slave processing unit 20 is brought into a low power mode.
在一可选实施例中,主处理单元10如图7所示,还包括任务接收模块15、判断模块16和第三通知模块17,其中:任务接收模块15,设置为接收任务指令;第一模式切换模块13,还设置为当主处理单元10处于低功耗模式时,根据任务指令控制主处理单元10从低功耗模式切换到工作模式;判断模块16,设置为判断拟执行的任务为高负荷任务还是低负荷任务,并将判断结果发送给第一执行模块11和第三通知模块17;第一执行模块11,设置为当拟执行的任务为高负荷任务时,执行高负荷任务;第三通知模块17,设置为当拟执行的任务为低负荷任务时,通知从处理单元20执行低负荷任务。In an optional embodiment, the main processing unit 10 further includes a task receiving module 15, a determining module 16, and a third notifying module 17, as shown in FIG. 7, wherein: the task receiving module 15 is configured to receive a task instruction; The mode switching module 13 is further configured to control the main processing unit 10 to switch from the low power mode to the working mode according to the task instruction when the main processing unit 10 is in the low power mode; the determining module 16 is configured to determine that the task to be executed is high The load task is still a low load task, and the judgment result is sent to the first execution module 11 and the third notification module 17; the first execution module 11 is configured to perform a high load task when the task to be executed is a high load task; The three notification module 17 is arranged to notify the processing unit 20 to perform a low load task when the task to be executed is a low load task.
任务指令包括按键指令、通讯指令、语音指令等指令中的至少一种。例如:当按键被触发时,任务接收模块15则接收到按键指令;当无线通信模块(如蓝牙模块)向主处理单元10发送信息时,任务接收模块15则接收到任务指令;当麦克风接收到特定语音信息时,任务接收模块15则接收到语音指令。The task command includes at least one of a button command, a communication command, a voice command, and the like. For example, when the button is triggered, the task receiving module 15 receives the button command; when the wireless communication module (such as the Bluetooth module) sends the information to the main processing unit 10, the task receiving module 15 receives the task command; when the microphone receives When the specific voice information is specified, the task receiving module 15 receives the voice command.
在确定任务的类型时,若拟执行的任务为显示地图、计算实时参数、同步数据、显示通讯信息等比较复杂的任务,判断模块16则判定拟执行的任务为高负荷任务;若拟执行的任务为更新时间或更新非实时参数等比较简单的任务或待机任务,判断模块16则判定拟执行的任务为低负荷任务。When determining the type of the task, if the task to be executed is a relatively complex task such as displaying a map, calculating real-time parameters, synchronizing data, displaying communication information, the judging module 16 determines that the task to be executed is a high-load task; The task is a relatively simple task or a standby task such as updating the time or updating non-real time parameters, and the determining module 16 determines that the task to be executed is a low load task.
所述显示地图如打开GPS显示当前位置的地图信息,所述计算实时参数如在运动模式下实时统计步数、速度、距离、心率、血压等参数,所述同步数据如与手机、平板等终端设备同步运动数据、通讯录数据等,所述显示通讯信息如显示终端设备发送的即时通讯信息、短信息、来电通知信息等。所述更新时间如定时(如间隔1分钟左右) 刷新时间,所述更新非实时参数如定时(如间隔2-5分钟)刷新温度、气压等参数以及在非运动模式下定时(如间隔1分钟左右)刷新步数、速度、距离等参数。The display map, such as displaying GPS, displays map information of a current location, and calculating real-time parameters such as real-time statistics of steps, speed, distance, heart rate, blood pressure, and the like in a sports mode, such as a mobile phone, a tablet, etc. The device synchronizes the motion data, the address book data, and the like, and the display communication information is, for example, displaying the instant messaging information, the short message, the incoming call notification information, and the like sent by the terminal device. The update time is such as a timing (eg, about 1 minute interval) refresh time, and the update non-real-time parameters such as timing (eg, interval 2-5 minutes) refresh parameters such as temperature, air pressure, and timing in non-sport mode (eg, 1 minute interval) Left and right) Refresh the parameters such as the number of steps, speed, and distance.
进一步地,第一模式切换模块13还设置为:当拟执行的任务为低负荷任务时,控制主处理单元10进入低功耗模式。从而,即使主处理单元10被任务指令从低功耗模式唤醒,但若任务指令对应的任务为低负荷任务时,处理单元也能及时恢复低功耗状态,大大降低了功耗。Further, the first mode switching module 13 is further configured to control the main processing unit 10 to enter a low power mode when the task to be executed is a low load task. Therefore, even if the main processing unit 10 is woken up from the low power mode by the task instruction, if the task corresponding to the task instruction is a low load task, the processing unit can restore the low power state in time, thereby greatly reducing power consumption.
在某些实施例中,当主处理单元10处于低功耗模式时,也可以由从处理单元20接收任务指令,并判断拟执行的任务的类型为高负荷任务还是低负荷任务。当拟执行的任务为高负荷任务时,则唤醒主处理单元10,使得主处理单元10从低功耗模式进入工作模式,并执行该高负荷任务;当拟执行的任务为低负荷任务时,从处理单元20则执行该低负荷任务,主处理单元10保持低功耗模式。In some embodiments, when the main processing unit 10 is in the low power mode, the task instructions can also be received from the processing unit 20 and determine whether the type of task to be executed is a high load task or a low load task. When the task to be executed is a high-load task, the main processing unit 10 is woken up, so that the main processing unit 10 enters the working mode from the low-power mode, and executes the high-load task; when the task to be executed is a low-load task, The slave unit 20 then performs the low load task and the main processing unit 10 maintains the low power mode.
本发明实施例的任务处理装置,通过配置主从两个处理单元,通过主处理单元10执行高负荷任务,以保证系统的流畅性,当高负荷任务结束时,主处理单元10则通知从处理单元20执行低负荷任务,并自动进入低功耗模式,以降低功耗。从而既保证了智能手表的高性能,又降低了智能手表的功耗,延长了待机时间,从而实现了性能与功耗的平衡,兼顾了智能手表的高性能与低功耗。The task processing apparatus of the embodiment of the present invention performs high-load tasks by the main processing unit 10 by configuring the master-slave two processing units to ensure the fluency of the system. When the high-load task ends, the main processing unit 10 notifies the processing. Unit 20 performs a low load task and automatically enters a low power mode to reduce power consumption. Thereby, the high performance of the smart watch is ensured, the power consumption of the smart watch is reduced, the standby time is prolonged, and the balance between performance and power consumption is realized, and the high performance and low power consumption of the smart watch are taken into consideration.
本领域技术人员可以理解,本发明包括涉及用于执行本申请中所述操作中的一项或多项的设备。这些设备可以为所需的目的而专门设计和制造,或者也可以包括通用计算机中的已知设备。这些设备具有存储在其内的计算机程序,这些计算机程序选择性地激活或重构。这样的计算机程序可以被存储在设备(例如,计算机)可读介质中或者存储在适于存储电子指令并分别耦联到总线的任何类型的介质中,所述计算机可读介质包括但不限于任何类型的盘(包括软盘、硬盘、光盘、CD-ROM、和磁光盘)、ROM(Read-Only Memory,只读存储器)、RAM(Random Access Memory,随机存储器)、EPROM(Erasable Programmable Read-Only Memory,可擦写可编程只读存储器)、 EEPROM(Electrically Erasable Programmable Read-Only Memory,电可擦可编程只读存储器)、闪存、磁性卡片或光线卡片。也就是,可读介质包括由设备(例如,计算机)以能够读的形式存储或传输信息的任何介质。Those skilled in the art will appreciate that the present invention includes apparatus that is directed to performing one or more of the operations described herein. These devices may be specially designed and manufactured for the required purposes, or may also include known devices in a general purpose computer. These devices have computer programs stored therein that are selectively activated or reconfigured. Such computer programs may be stored in a device (eg, computer) readable medium or in any type of medium suitable for storing electronic instructions and coupled to a bus, respectively, including but not limited to any Types of disks (including floppy disks, hard disks, optical disks, CD-ROMs, and magneto-optical disks), ROM (Read-Only Memory), RAM (Random Access Memory), EPROM (Erasable Programmable Read-Only Memory) , EEPROM (Electrically Erasable Programmable Read-Only Memory), flash memory, magnetic card or light card. That is, a readable medium includes any medium that is stored or transmitted by a device (eg, a computer) in a readable form.
本技术领域技术人员可以理解,可以用计算机程序指令来实现这些结构图和/或框图和/或流图中的每个框以及这些结构图和/或框图和/或流图中的框的组合。本技术领域技术人员可以理解,可以将这些计算机程序指令提供给通用计算机、专业计算机或其他可编程数据处理方法的处理器来实现,从而通过计算机或其他可编程数据处理方法的处理器来执行本发明公开的结构图和/或框图和/或流图的框或多个框中指定的方案。Those skilled in the art will appreciate that each block of the block diagrams and/or block diagrams and/or flow diagrams and combinations of blocks in the block diagrams and/or block diagrams and/or flow diagrams can be implemented by computer program instructions. . Those skilled in the art will appreciate that these computer program instructions can be implemented by a general purpose computer, a professional computer, or a processor of other programmable data processing methods, such that the processor is executed by a computer or other programmable data processing method. The blocks of the disclosed structure and/or block diagrams and/or flow diagrams or blocks specified in the various blocks.
本技术领域技术人员可以理解,本发明中已经讨论过的各种操作、方法、流程中的步骤、措施、方案可以被交替、更改、组合或删除。进一步地,具有本发明中已经讨论过的各种操作、方法、流程中的其他步骤、措施、方案也可以被交替、更改、重排、分解、组合或删除。进一步地,现有技术中的具有与本发明中公开的各种操作、方法、流程中的步骤、措施、方案也可以被交替、更改、重排、分解、组合或删除。Those skilled in the art can understand that the steps, measures, and solutions in the various operations, methods, and processes that have been discussed in the present invention may be alternated, changed, combined, or deleted. Further, other steps, measures, and schemes of the various operations, methods, and processes that have been discussed in the present invention may be alternated, modified, rearranged, decomposed, combined, or deleted. Further, the steps, measures, and solutions in the prior art having various operations, methods, and processes disclosed in the present invention may also be alternated, changed, rearranged, decomposed, combined, or deleted.
以上所述仅为本发明的优选实施例,并非因此限制本发明的专利范围,凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本发明的专利保护范围内。The above is only the preferred embodiment of the present invention, and is not intended to limit the scope of the invention, and the equivalent structure or equivalent process transformations made by the description of the invention and the drawings are directly or indirectly applied to other related The technical field is equally included in the scope of patent protection of the present invention.

Claims (20)

  1. 一种任务处理方法,包括以下步骤:A task processing method includes the following steps:
    主处理单元执行高负荷任务;The main processing unit performs a high load task;
    当所述高负荷任务结束时,所述主处理单元通知从处理单元执行低负荷任务,并自动进入低功耗模式。When the high load task ends, the main processing unit notifies the processing unit to perform a low load task and automatically enters the low power mode.
  2. 根据权利要求1所述的任务处理方法,其中,所述主处理单元执行高负荷任务的步骤的同时还包括:The task processing method according to claim 1, wherein the step of the main processing unit performing the high load task further comprises:
    所述主处理单元通知所述从处理单元进入低功耗模式。The main processing unit notifies the slave processing unit to enter a low power mode.
  3. 根据权利要求2所述的任务处理方法,其中,所述主处理单元通知所述从处理单元进入低功耗模式的步骤包括:The task processing method according to claim 2, wherein the step of the main processing unit notifying the slave processing unit to enter a low power consumption mode comprises:
    所述主处理单元向所述从处理单元发送低功耗模式指令;The main processing unit sends a low power mode instruction to the slave processing unit;
    所述从处理单元接收所述低功耗模式指令,根据所述低功耗模式指令将输出短接到输入,进入低功耗模式。The slave processing unit receives the low power mode command, shorts the output to the input according to the low power mode command, and enters a low power mode.
  4. 根据权利要求2所述的任务处理方法,其中,所述主处理单元通知从处理单元执行低负荷任务的步骤包括:The task processing method according to claim 2, wherein the step of the main processing unit notifying that the low load task is executed from the processing unit comprises:
    所述主处理单元向所述从处理单元发送工作模式指令;The main processing unit sends a working mode instruction to the slave processing unit;
    所述从处理单元接收所述工作模式指令,根据所述工作模式指令进入工作模式,执行低负荷任务。The slave operating unit receives the operating mode command, enters an operating mode according to the operating mode command, and performs a low load task.
  5. 根据权利要求1所述的任务处理方法,其中,所述主处理单元执行高负荷任务的步骤之前还包括:The task processing method according to claim 1, wherein the step of the main processing unit performing the high load task further comprises:
    所述主处理单元接收任务指令;The main processing unit receives a task instruction;
    所述主处理单元根据所述任务指令进入工作模式,判断拟执行的任务为高负荷任务还是低负荷任务;The main processing unit enters a working mode according to the task instruction, and determines whether the task to be executed is a high load task or a low load task;
    当拟执行的任务为高负荷任务时,进入下一步骤:主处理单元执行高负荷任务;When the task to be executed is a high-load task, proceed to the next step: the main processing unit performs a high-load task;
    当拟执行的任务为低负荷任务时,所述主处理单元通知所述从处理单元执行所述低负荷任务。The primary processing unit notifies the slave processing unit to perform the low load task when the task to be executed is a low load task.
  6. 根据权利要求5所述的任务处理方法,其中,所述主处理单元通知所述从处理单元执行所述低负荷任务的步骤的同时还包括:The task processing method according to claim 5, wherein the main processing unit notifies the step of executing the low load task from the processing unit, and further includes:
    所述主处理单元进入低功耗模式。The main processing unit enters a low power mode.
  7. 根据权利要求5所述的任务处理方法,其中,所述判断拟执行的任务为高负荷任务还是低负荷任务的步骤包括:The task processing method according to claim 5, wherein the step of determining whether the task to be executed is a high load task or a low load task comprises:
    当拟执行的任务为显示地图、计算实时参数、同步数据或显示通讯信息时,判定拟执行的任务为高负荷任务。When the task to be executed is to display a map, calculate real-time parameters, synchronize data, or display communication information, it is determined that the task to be executed is a high-load task.
  8. 根据权利要求5所述的任务处理方法,其中,所述判断拟执行的任务为高负荷任务还是低负荷任务的步骤包括:The task processing method according to claim 5, wherein the step of determining whether the task to be executed is a high load task or a low load task comprises:
    当拟执行的任务为更新时间或更新非实时参数时,判定拟执行的任务为低负荷任务。When the task to be executed is to update the time or update the non-real-time parameters, it is determined that the task to be executed is a low-load task.
  9. 根据权利要求1所述的任务处理方法,其中,所述任务指令包括按键指令、通讯指令和语音指令中的至少一种。The task processing method according to claim 1, wherein the task instruction comprises at least one of a key instruction, a communication instruction, and a voice instruction.
  10. 根据权利要求1所述的任务处理方法,其中,所述主处理单元与所述从处理单元连接,所述从处理单元与显示单元连接。The task processing method according to claim 1, wherein said main processing unit is connected to said slave processing unit, and said slave processing unit is connected to said display unit.
  11. 一种任务处理装置,包括主处理单元和从处理单元,所述主处理单元包括:A task processing apparatus includes a main processing unit and a slave processing unit, the main processing unit including:
    第一执行模块,设置为执行高负荷任务;a first execution module configured to perform a high load task;
    第一通知模块,设置为当所述高负荷任务结束时,通知所述从处理单元执行低负荷任务;a first notification module, configured to notify the slave processing unit to perform a low load task when the high load task ends;
    第一模式切换模块,设置为当所述高负荷任务结束时,控制所述主处理单元进入低功耗模式。The first mode switching module is configured to control the main processing unit to enter a low power mode when the high load task ends.
  12. 根据权利要求11所述的任务处理装置,其中,所述主处理单元还包括第二通知模块,所述第二通知模块设置为:当所述任务执行模块执行高负荷任务时,通知所述从处理单元进入低功耗模式。The task processing apparatus according to claim 11, wherein said main processing unit further comprises a second notification module, said second notification module being configured to notify said slave when said task execution module performs a high load task The processing unit enters a low power mode.
  13. 根据权利要求12所述的任务处理装置,其中,所述从处理单元包括指令接收模块和第二模式切换模块;The task processing apparatus according to claim 12, wherein said slave processing unit comprises an instruction receiving module and a second mode switching module;
    所述第一通知模块设置为:当所述高负荷任务结束时,向所述从处理单元发送低功耗模式指令;The first notification module is configured to: when the high load task ends, send a low power mode instruction to the slave processing unit;
    所述指令接收模块设置为:接收所述低功耗模式指令;The instruction receiving module is configured to: receive the low power mode instruction;
    所述第二模式切换模块设置为:根据所述低功耗模式指令将所述从处理单元的输出短接到输入,以使所述从处理单元进入低功耗模式。The second mode switching module is configured to short the output of the slave processing unit to an input according to the low power mode instruction to cause the slave processing unit to enter a low power mode.
  14. 根据权利要求12所述的任务处理装置,其中,所述从处理单元包括指令接收模块、第二模式切换模块和第二执行模块;The task processing device according to claim 12, wherein the slave processing unit comprises an instruction receiving module, a second mode switching module, and a second execution module;
    所述第二通知模块设置为:当所述高负荷任务结束时,向所述从处理单元发送工作模式指令;The second notification module is configured to: when the high load task ends, send a working mode instruction to the slave processing unit;
    所述指令接收模块设置为:接收所述工作模式指令;The instruction receiving module is configured to: receive the working mode instruction;
    所述第二模式切换模块设置为:根据所述工作模式指令控制所述从处理单元进入工作模式;The second mode switching module is configured to: control the slave processing unit to enter an operating mode according to the working mode instruction;
    所述第二执行模块设置为:在工作模式下执行低负荷任务。The second execution module is configured to perform a low load task in an operational mode.
  15. 根据权利要求11所述的任务处理装置,其中,所述主处理单元还包括任务接收模块、判断模块和第三通知模块:The task processing apparatus according to claim 11, wherein the main processing unit further comprises a task receiving module, a determining module, and a third notifying module:
    所述任务接收模块设置为:接收任务指令;The task receiving module is configured to: receive a task instruction;
    所述第一模式切换模块还设置为:根据所述任务指令控制所述主处理单元进入工作模式;The first mode switching module is further configured to: control the main processing unit to enter an operating mode according to the task instruction;
    所述判断模块设置为:判断拟执行的任务为高负荷任务还是低负荷任务;The determining module is configured to: determine whether the task to be executed is a high load task or a low load task;
    所述第一执行模块设置为:当拟执行的任务为高负荷任务时,执 行所述高负荷任务;The first execution module is configured to execute the high load task when the task to be executed is a high load task;
    所述第三通知模块设置为:当拟执行的任务为低负荷任务时,通知所述从处理单元执行所述低负荷任务。The third notification module is configured to notify the slave processing unit to perform the low load task when the task to be executed is a low load task.
  16. 根据权利要求15所述的任务处理装置,其中,所述第一模式切换模块还设置为:当拟执行的任务为低负荷任务时,控制所述主处理单元进入低功耗模式。The task processing apparatus according to claim 15, wherein the first mode switching module is further configured to control the main processing unit to enter a low power mode when the task to be executed is a low load task.
  17. 根据权利要求15所述的任务处理装置,其中,所述判断模块设置为:当拟执行的任务为显示地图、计算实时参数、同步数据或显示通讯信息时,判定拟执行的任务为高负荷任务。The task processing apparatus according to claim 15, wherein the determining module is configured to: when the task to be executed is to display a map, calculate real-time parameters, synchronize data, or display communication information, determine that the task to be executed is a high-load task .
  18. 根据权利要求15所述的任务处理装置,其中,所述判断模块设置为:当拟执行的任务为更新时间或更新非实时参数时,判定拟执行的任务为低负荷任务。The task processing apparatus according to claim 15, wherein the determining module is configured to determine that the task to be executed is a low load task when the task to be executed is an update time or a non-real time parameter is updated.
  19. 根据权利要求11所述的任务处理装置,其中,所述任务指令包括按键指令、通讯指令和语音指令中的至少一种。The task processing apparatus according to claim 11, wherein the task instruction comprises at least one of a key instruction, a communication instruction, and a voice instruction.
  20. 根据权利要求11所述的任务处理装置,其中,所述主处理单元与所述从处理单元连接,所述从处理单元与显示单元连接。The task processing apparatus according to claim 11, wherein said main processing unit is connected to said slave processing unit, and said slave processing unit is connected to said display unit.
PCT/CN2018/071998 2017-12-21 2018-01-09 Task processing method and device WO2019119545A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711395690.5 2017-12-21
CN201711395690.5A CN107967050A (en) 2017-12-21 2017-12-21 Task processing method and device

Publications (1)

Publication Number Publication Date
WO2019119545A1 true WO2019119545A1 (en) 2019-06-27

Family

ID=61994711

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/071998 WO2019119545A1 (en) 2017-12-21 2018-01-09 Task processing method and device

Country Status (2)

Country Link
CN (1) CN107967050A (en)
WO (1) WO2019119545A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110874130B (en) * 2018-08-31 2021-06-25 Oppo广东移动通信有限公司 Notification information processing method and electronic equipment
CN111352796B (en) * 2018-12-20 2023-04-07 青岛海信移动通信技术股份有限公司 Method and device for acquiring electric quantity by intelligent wearable equipment
CN110189665A (en) * 2019-05-30 2019-08-30 Oppo广东移动通信有限公司 Control method, wearable device and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101937363A (en) * 2009-07-01 2011-01-05 联想(北京)有限公司 Mobile terminal operating mode switching method and mobile terminal
CN102929713A (en) * 2012-10-08 2013-02-13 清华大学 Loosely coupled heterogeneous multi-core processing system supporting parallelism of multiple operating systems
CN104423268A (en) * 2013-09-05 2015-03-18 联想(北京)有限公司 Electronic equipment
CN105100507A (en) * 2015-09-28 2015-11-25 深圳市亿通科技有限公司 Mobile terminal task processing method and mobile terminal task processing system
CN106604369A (en) * 2016-10-26 2017-04-26 惠州Tcl移动通信有限公司 Terminal device with dual-mode switching function
CN107491160A (en) * 2017-06-22 2017-12-19 深圳天珑无线科技有限公司 A kind of application method of dual operating systems, storage device and intelligent terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101937363A (en) * 2009-07-01 2011-01-05 联想(北京)有限公司 Mobile terminal operating mode switching method and mobile terminal
CN102929713A (en) * 2012-10-08 2013-02-13 清华大学 Loosely coupled heterogeneous multi-core processing system supporting parallelism of multiple operating systems
CN104423268A (en) * 2013-09-05 2015-03-18 联想(北京)有限公司 Electronic equipment
CN105100507A (en) * 2015-09-28 2015-11-25 深圳市亿通科技有限公司 Mobile terminal task processing method and mobile terminal task processing system
CN106604369A (en) * 2016-10-26 2017-04-26 惠州Tcl移动通信有限公司 Terminal device with dual-mode switching function
CN107491160A (en) * 2017-06-22 2017-12-19 深圳天珑无线科技有限公司 A kind of application method of dual operating systems, storage device and intelligent terminal

Also Published As

Publication number Publication date
CN107967050A (en) 2018-04-27

Similar Documents

Publication Publication Date Title
CN107809793B (en) Awakening control method and device of intelligent terminal
WO2019144488A1 (en) Display apparatus, electronic device, and screen display control method
CN103885738B (en) display terminal device, information display system and information display control method
WO2019144489A1 (en) Display device, electronic apparatus and screen display control method
WO2019119545A1 (en) Task processing method and device
CN105589085B (en) Low-power-consumption Beidou positioning communication device and control method
CN104811557A (en) Turning-off control method and turning-off control device
WO2016124007A1 (en) Alarm clock reminding apparatus and method thereof
CN104821990A (en) Intelligent terminal power-off alarm clock realization method and intelligent terminal
US20230324974A1 (en) Method for system switching, wearable device, and storage medium
CN105101155A (en) Configuration information sending method, function configuring and synchronizing method, and mobile terminal and system
US20230007730A1 (en) Transmission or Reception Configuration Method and Electronic Device
CN114968375A (en) System switching method and device, electronic equipment and readable storage medium
WO2021115254A1 (en) Wearable device control method and apparatus, electronic device, and readable storage medium
CN114630313A (en) Communication method and device
JP2019527822A (en) Time display method and smart watch
CN108200636B (en) Navigation information display method and terminal
WO2018192207A1 (en) Satellite signal search method, device, and mobile terminal
CN100346659C (en) Hybrid mobile terminal and method for controlling the same
CN111026346B (en) Low-power consumption updating method, equipment and storage medium for dial display content
JP2012039532A (en) Portable terminal
EP4318194A1 (en) Notification method, related apparatus, and system
WO2023124622A1 (en) Method and apparatus for maintaining communication connection, and device, storage medium and program product
WO2023179477A1 (en) Information determination method and apparatus, transmitting end, and receiving end
WO2024032140A1 (en) Always-on display method and apparatus, and device and storage medium

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: 18892437

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: 18892437

Country of ref document: EP

Kind code of ref document: A1