CN102662648B - A kind of embedded software developing emulation platform of communicating terminal and application thereof - Google Patents

A kind of embedded software developing emulation platform of communicating terminal and application thereof Download PDF

Info

Publication number
CN102662648B
CN102662648B CN201210056163.2A CN201210056163A CN102662648B CN 102662648 B CN102662648 B CN 102662648B CN 201210056163 A CN201210056163 A CN 201210056163A CN 102662648 B CN102662648 B CN 102662648B
Authority
CN
China
Prior art keywords
module
communicating terminal
exploitation
simulation run
source code
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.)
Active
Application number
CN201210056163.2A
Other languages
Chinese (zh)
Other versions
CN102662648A (en
Inventor
何全
左俊
周国锐
梁辉强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Telepower Communication Co., Ltd.
Guangdong Tianbo Education Technology Co. Ltd.
Original Assignee
GUANGDONG TELEPOWER COMMUNICATION CO Ltd
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 GUANGDONG TELEPOWER COMMUNICATION CO Ltd filed Critical GUANGDONG TELEPOWER COMMUNICATION CO Ltd
Priority to CN201210056163.2A priority Critical patent/CN102662648B/en
Publication of CN102662648A publication Critical patent/CN102662648A/en
Application granted granted Critical
Publication of CN102662648B publication Critical patent/CN102662648B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a kind of embedded software developing emulation platform of communicating terminal, wherein, comprise exploitation debugging module, API module, SDK development support module and simulation run module; Described exploitation debugging module is used for exploitation and the debugging of source code; Described API module is used for for exploitation debugging module provides unified software development interface; Described SDK development support module is used for compiling source code into binary code and is linked to described simulation run module; Described binary code for simulating the hardware environment of described communicating terminal on PC, and is loaded in the hardware environment of simulation run module simulation communicating terminal out and runs by described simulation run module, then to described exploitation debugging module back-to-back running parameter.Adopt the present invention that the exploitation of communicating terminal embedded software can be made to depart from hardware platform, and directly run on this emulation platform, improve the efficiency of software development and debugging, reduce cost of development.And the present invention also provides unified interface for the embedded software developing of all communicating terminals, improves the reusability of software.

Description

A kind of embedded software developing emulation platform of communicating terminal and application thereof
Technical field
The present invention relates to a kind of embedded software development platform, in particular a kind of embedded software developing emulation platform of communicating terminal and application thereof.
Background technology
Along with widely using of various communicating terminal, the application of embedded software is also more and more extensive.After but the hardware platform of the communicating terminal that the exploitation of the embedded software of existing communication terminal product will be applied at it is shaping, could be designed on this hardware platform by software developer, write, debugging.This serial development scheme also exists following defect: one, product development cycle is long.Because product hardware and software exploitation be serial in time, software developer only in the shaping rear exploitation just carrying out software program of hardware, so its development time must grow relative to the product of other hardware and software synchronous development.Two, the extent for multiplexing of software self is low.Because the software interface that each hardware platform provides is different, so the exploitation of the software of each end product needs accent to start, the software of original exploitation cannot reuse.Be unfavorable for reusing and accumulation of technology like this, development mode can not be unified.Three, the debug difficulties of software program.When application program is debugged, application developer can not depart from hardware platform and remove debugging utility, mistake in debug process may be caused by software, also may be caused by hardware, so program staff must have the debugging that certain hardware grounding in basic skills just can complete program.Four, cost of development is high.Because the exploitation of software must be carried out on a hardware platform, so a set of hardware platform will be equipped with for each software developer, cost of development can be made undoubtedly greatly to increase.
Therefore, prior art has yet to be improved and developed.
Summary of the invention
The object of the present invention is to provide a kind of embedded software developing emulation platform and application thereof of communicating terminal, develop that the product development cycle that causes is long, software repeated usage degree is low to solve communicating terminal serial in above-mentioned prior art, the debug difficulties of software program and cost of development high-technology problem.
Technical scheme of the present invention is as follows:
An embedded software developing emulation platform for communicating terminal, wherein, comprises exploitation debugging module, API module, SDK development support module and simulation run module; Described exploitation debugging module is used for exploitation and the debugging of source code; Described API module is used for for exploitation debugging module provides unified software development interface; Described SDK development support module is used for compiling source code into binary code and is linked to described simulation run module; Described binary code for simulating the hardware environment of described communicating terminal on PC, and is loaded in the hardware environment of simulation run module simulation communicating terminal out and runs by described simulation run module, then to described exploitation debugging module back-to-back running parameter.
The embedded software developing emulation platform of described communicating terminal, wherein, described exploitation debugging module is Visual Studio C++ Integrated Development Tool.
The embedded software developing emulation platform of described communicating terminal, wherein, described SDK development support module 1 comprises collector and link module.
An application for the embedded software developing emulation platform of communicating terminal, wherein, comprises the following steps:
S01: the exploitation carrying out source code in exploitation debugging module based on the unified interface in API module;
S02:SDK development support module compiles source code into the binary code that can run under PC environment, and is linked to simulation run module;
S03: simulation run module obtains the hardware revision information of communicating terminal and emulate the hardware environment of communicating terminal on PC, reloads binary code and runs, and to exploitation debugging module back-to-back running parameter;
S04: according to the hardware revision information of communicating terminal, simulation run module judges whether source code meets the demand of communicating terminal:
If do not meet, then perform step S05: according to operational factor, source code education is being changed in exploitation debugging module, and repeating step S02, S03, S04;
If meet, then terminate.
The present invention, by setting up the emulation platform of communicating terminal, makes the exploitation of communicating terminal embedded software depart from hardware platform, and directly runs on this emulation platform, improve the efficiency of software development, reduce cost of development.And the present invention also provides unified interface for the embedded software developing of all communicating terminals, improves the reusability of software.
Accompanying drawing explanation
Fig. 1 is the functional block diagram of the embedded software developing emulation platform of communicating terminal in the present invention.
Fig. 2 is an embedded software developing emulation platform module relation diagram of communicating terminal in the present invention.
Fig. 3 is the applicating flow chart of the embedded software developing emulation platform of communicating terminal in the present invention.
Embodiment
For making object of the present invention, technical scheme and advantage clearly, clearly, developing simultaneously referring to accompanying drawing, the present invention is described in more detail for embodiment.
The embedded software developing emulation platform of communicating terminal of the present invention, as shown in Figure 1, the embedded software developing emulation platform 10 of communicating terminal comprises exploitation debugging module 101, API (Application Programming Interface, application programming interface) module 102, SDK (Software Development Kit, SDK (Software Development Kit)) development support module 103 and simulation run module 104.Wherein API module 102 mainly comprises the control of LCD display module interface, character base module interface, input method module interface, multilingual support module interface, tcp/ip communication module interface, serial communication modular interface, Keysheet module interface, wireless communicaltion module access, battery management module interface, document management module interface, system debug module interface, magnetic card module for reading and writing interface and printer and output interface etc.
Develop debugging module 101 writing and debugging for source code in the present invention, this module can be the SDK (Software Development Kit) such as Visual Studio C++ Integrated Development Tool.API module 102 is for providing unified software development interface, to improve the reusability of software for exploitation debugging module 101.SDK development support module 103 comprises collector and link module, in emulation platform provided by the invention, collector primary responsibility compiles source code into according to optimum configurations the binary code that simulation run module 104 can perform, and when there is actual hardware terminal environment, collector also can compile source code into the binary code that can run on hardware terminal; Link module is mainly used in the link of the hardware terminal environment to simulation run module 104 or reality.Simulation run module 104 for simulating the hardware environment of described communicating terminal on PC, and described binary code is loaded in the hardware environment of simulation run module simulation communicating terminal out and runs, then to described exploitation debugging module 101 back-to-back running parameter.The operational factor that software developer feeds back according to simulation run module 104 is again modified to source code, until source code meets the requirement of hardware terminal in exploitation debugging module 101.Simulation run module 104 mainly comprises the submodule that the corresponding needs of all and simulated terminals such as wireless telephone emulation submodule, serial ports emulation submodule, TPC/IP emulates submodule, file management emulates submodule, PPP emulates submodule, LCD emulates submodule, keyboard simulation submodule, terminal interface emulation submodule emulate.
As shown in an embedded software developing emulation platform module relation diagram of communicating terminal in Fig. 2 the present invention, API module 102 provides unified software development interface for developing debugging module 101, source code in exploitation debugging module 101 is sent to SDK development support module 103 to carry out compiling and linking, simulation run module 104 loads and runs the binary code that compilation of source code and chain take over by SDK development support module 103, and operational factor is fed back to exploitation debugging module 101, source code is modified in exploitation debugging module 101 by software developer, until it meets the requirement of hardware platform.
As shown in the applicating flow chart of the embedded software developing emulation platform of communicating terminal in Fig. 3 the present invention, application of the present invention comprises the following steps:
S01: the exploitation carrying out source code in exploitation debugging module based on the unified interface in API module.As software developer utilizes Visual Studio C++ Integrated Development Tool to carry out the exploitation of source code based on the Software Development interface that API module provides.
S02:SDK development support module compiles source code into the binary code that can run under PC environment, and is linked to simulation run module.SDK development support module compiles the source code that exploitation debugging module transmits, and converts it into the binary code that simulation run module can be run under PC environment.
S03: simulation run module obtains the hardware revision information of communicating terminal and emulate the hardware environment of communicating terminal on PC, reloads binary code and runs, and to exploitation debugging module back-to-back running parameter.
S04: according to the hardware revision information of communicating terminal, simulation run module judges whether source code meets the demand of communicating terminal.If do not meet, perform step S05: according to operational factor, source code is modified in exploitation debugging module, and repeat step S02, S03, S04; If meet, then the end-of-development of source code.
Should be understood that, application of the present invention is not limited to above-mentioned citing, for those of ordinary skills, can be improved according to the above description or convert, and all these improve and convert the protection domain that all should belong to claims of the present invention.

Claims (4)

1. an embedded software developing emulation platform for communicating terminal, is characterized in that, comprises exploitation debugging module, API module, SDK development support module and simulation run module; Described exploitation debugging module is used for exploitation and the debugging of source code; Described API module is used for for exploitation debugging module provides unified software development interface; Described SDK development support module is used for compiling source code into binary code and is linked to described simulation run module; Described binary code for simulating the hardware environment of described communicating terminal on PC, and is loaded in the hardware environment of simulation run module simulation communicating terminal out and runs by described simulation run module, then to described exploitation debugging module back-to-back running parameter.
2. the embedded software developing emulation platform of communicating terminal according to claim 1, is characterized in that, described exploitation debugging module is Visual Studio C++ Integrated Development Tool.
3. the embedded software developing emulation platform of communicating terminal according to claim 1, is characterized in that, described SDK development support module comprises collector and link module.
4. an application for the embedded software developing emulation platform of communicating terminal, is characterized in that, comprise the following steps:
S01: the exploitation carrying out source code in exploitation debugging module based on the unified interface in API module;
S02:SDK development support module compiles source code into the binary code that can run under PC environment, and is linked to simulation run module;
S03: simulation run module obtains the hardware revision information of communicating terminal and emulate the hardware environment of communicating terminal on PC, reloads binary code and runs, and to exploitation debugging module back-to-back running parameter;
S04: according to the hardware revision information of communicating terminal, simulation run module judges whether source code meets the demand of communicating terminal:
If do not meet, then perform step S05: according to operational factor, source code is modified in exploitation debugging module, and repeat step S02, S03, S04;
If meet, then terminate.
CN201210056163.2A 2012-03-05 2012-03-05 A kind of embedded software developing emulation platform of communicating terminal and application thereof Active CN102662648B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210056163.2A CN102662648B (en) 2012-03-05 2012-03-05 A kind of embedded software developing emulation platform of communicating terminal and application thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210056163.2A CN102662648B (en) 2012-03-05 2012-03-05 A kind of embedded software developing emulation platform of communicating terminal and application thereof

Publications (2)

Publication Number Publication Date
CN102662648A CN102662648A (en) 2012-09-12
CN102662648B true CN102662648B (en) 2015-09-30

Family

ID=46772149

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210056163.2A Active CN102662648B (en) 2012-03-05 2012-03-05 A kind of embedded software developing emulation platform of communicating terminal and application thereof

Country Status (1)

Country Link
CN (1) CN102662648B (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103513992B (en) * 2013-10-23 2016-04-20 电子科技大学 A kind of general Edutainment robot application software development platform
CN104699523B (en) * 2015-03-24 2018-06-01 北京深思数盾科技股份有限公司 For the adjustment method and system of the application program that hardware platform is developed
CN105260186B (en) * 2015-10-19 2017-02-22 厦门骐俊物联科技股份有限公司 Construction method and device of application program SDK for embedded system
EP3285165A1 (en) * 2016-08-18 2018-02-21 dSPACE digital signal processing and control engineering GmbH Modification and simulation of the operating software of a technical system
CN107193628A (en) * 2017-04-07 2017-09-22 万达百汇科技(深圳)有限公司 Payment terminal application simulation method and apparatus
CN111414156B (en) * 2019-01-08 2023-09-22 杭州海康威视数字技术股份有限公司 Embedded equipment and service system based on open platform and service development method
CN109783298A (en) * 2019-01-18 2019-05-21 上海磐启微电子有限公司 A kind of flexible controllable software-hardware synergism SoC verification method of process
CN109951384A (en) * 2019-01-24 2019-06-28 无锡帮趣数据服务有限公司 A kind of application method of API gateway system flexible management
CN113377370A (en) * 2021-05-18 2021-09-10 龙芯中科(西安)科技有限公司 File processing method and device, electronic equipment and storage medium
CN116578280B (en) * 2023-07-12 2023-09-15 北京麟卓信息科技有限公司 Heterogeneous software application development system and method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1313562A (en) * 2001-05-15 2001-09-19 北京慧讯信息技术有限公司 Architectural structure of embedded open platform
CN1558330A (en) * 2004-01-18 2004-12-29 广东拓思软件科学园有限公司 Simulation integration development system for embedded software of household appliances controller and pure software simulation execution method thereof
CN101477463A (en) * 2009-01-22 2009-07-08 北京赛科世纪数码科技有限公司 Software platform and software development platform used for digital television set-top box

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060282247A1 (en) * 2005-05-25 2006-12-14 Brennan James T Combined hardware and network simulator for testing embedded wireless communication device software and methods
KR101019210B1 (en) * 2007-04-25 2011-03-04 이화여자대학교 산학협력단 Test Device of Embedded Software using the emulator and Method thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1313562A (en) * 2001-05-15 2001-09-19 北京慧讯信息技术有限公司 Architectural structure of embedded open platform
CN1558330A (en) * 2004-01-18 2004-12-29 广东拓思软件科学园有限公司 Simulation integration development system for embedded software of household appliances controller and pure software simulation execution method thereof
CN101477463A (en) * 2009-01-22 2009-07-08 北京赛科世纪数码科技有限公司 Software platform and software development platform used for digital television set-top box

Also Published As

Publication number Publication date
CN102662648A (en) 2012-09-12

Similar Documents

Publication Publication Date Title
CN102662648B (en) A kind of embedded software developing emulation platform of communicating terminal and application thereof
CN106371813B (en) A kind of electric vehicle motor controller method for producing software based on Simulink
CN102375778B (en) Method and system for automatically testing digital signal processor (DSP)
CN108038294B (en) UVM environment building method and system
CN101482817B (en) Large-particle Java component assembly method based on black box
CN104268310B (en) The method that UVM verification environment is called using special graphical interface
CN104077204B (en) Reconfigurable 8 RSIC singlechip emulators
CN101859244A (en) Multi-toolchain engineering construction method and system
CN100492387C (en) Method and system for software protected development based on Keil C51
CN104268074A (en) Application software online debugging method based on DCS
CN111859834B (en) UVM-based verification platform development method, system, terminal and storage medium
CN107193544A (en) A kind of application component melts forwarding method and device
CN102270128A (en) Library conformity checker
CN105224753A (en) The multi-specialized design verification platform of non-active nuclear power plant
CN105591779A (en) Method and device for inspecting network element
CN104881358A (en) Program simulation testing method and system
CN105468428A (en) Android source code compiling method and system
CN102495552A (en) Real-time simulation system oriented to space-borne electronic system
CN113220283A (en) Internet of things APP development system based on cloud arrangement
CN112181432A (en) System for realizing bundle modular packaging processing in ReactNative framework
CN103092747A (en) Controlling program verifying and testing method and system thereof
CN111367579A (en) V-REP plug-in and processor in-loop simulation method based on V-REP plug-in
US20030045281A1 (en) Mobile transceiver state machine testing device
CN102033751B (en) Software adaptation method and system for OSD, and multimedia terminal
CN106970787A (en) A kind of automobile controller rapid prototyping implementation method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20161017

Address after: 528200 Guangdong Province Nanhai District of Foshan city streets Guicheng deep sea No. 17 Han day science and technology city A District 5 building two building 203 unit five, building 502, unit 504

Patentee after: Guangdong Telepower Communication Co., Ltd.

Patentee after: Guangdong Tianbo Education Technology Co. Ltd.

Address before: 528200, Foshan, Guangdong Province Nanhai District, Guicheng street, 17 deep sea road, Han Tian science and technology city complex building, five floor

Patentee before: Guangdong Telepower Communication Co., Ltd.