共查询到20条相似文献,搜索用时 15 毫秒
1.
《Internet Computing, IEEE》2009,13(3):32-39
IPTV services are gaining widespread use, requiring service providers to have effective methods for remotely configuring and managing IPTV set-top boxes (STBs). Solutions for such remote management are becoming standards-based. This article examines published specifications and ongoing activities on IPTV STB remote management in four standards organizations: the Broadband Forum, the Digital Video Broadcasting Project, the Open IPTV Forum, and the Alliance for Telecommunication Industry Solutions IPTV Interoperability Forum. The authors compare the protocol and data model definitions, investigate interoperability test events, and comment on possible future directions for standardization. 相似文献
2.
VB程序调试 总被引:1,自引:0,他引:1
吴中宁 《数字社区&智能家居》2007,(11):749-750,767
在编制程序时,产生错误很难避免,因此调试程序显得尤为重要。介绍了VB的错误类型、调试工具以及一些调试技术的应用,供广大编程人员参考. 相似文献
3.
4.
郑均强 《数字社区&智能家居》2007,(10):270-272
Windows系统可能出现的故障有很多种。一套Windows服务器系统,对于最终用户来说,该Windows服务器系统的故障包括不能访问和返回结果异常等;而对于该Windows服务器系统本身,故障包括服务器间连接访问出现问题、服务器程序崩溃、服务器进程死锁、程序不能启动以及程序自动退出等。此文通过对Windows的故障分析工具WinDBG进行了研究,提出了通用方法。 相似文献
5.
Alan M. Christie Marc I. Kellner William E. Riddle 《Journal of Systems Integration》1998,8(2):121-132
This paper provides an overview of the rationale for, and direction of the process technology work being pursued at the Software Engineering Institute. The paper then describes some of the activities that the SEI has recently been involved in: process definition, process simulation, and technology for collaborative process support. 相似文献
7.
Silicon validation - proving a chip works correctly at speed and in system under different operating conditions - is always necessary, even for a perfect design. Silicon debug - finding the root cause of a malfunction - is necessary whenever a design is not flawless. First-silicon validation and debug require a labor-intensive engineering effort of several months and have become the least predictable and most time-consuming part of a new 90-nm chip's development cycle. Lack of adequate tools and automatic procedures is a big factor in this bottleneck. The difficulty of silicon validation will increase at 65 nm and below because existing ad hoc methodologies don't scale with the unprecedented levels of SoC device complexity. Even the most sophisticated SoC design methodology cannot fully account for all the parameters that affect silicon behavior, or for all logic corner cases occurring in the life of a chip working at speed and in system. For example, the simultaneous occurrence of two unlikely events might not be anticipated pre- silicon, so it is never simulated or analyzed; however, when it occurs in system, it can cause unexpected behavior. Presilicon verification methods - simulation, emulation, FPGA prototyping, timing analysis, and formal verification - don't address many deep-submicron problems that occur in the actual device. 相似文献
8.
9.
嵌入式MPSoC的调试功能实现 总被引:3,自引:0,他引:3
从软件角度讨论了嵌入式MPSoC的调试功能实现.在实时操作系统中设置了调试管理部分,通过构建操作系统的调试进程实现相应的调试功能,实现的调试功能模块包括相应的调试命令集规范、输入/输出模块及执行命令模块.实时操作系统驻住在MPSoC的主控芯片上,通过将执行命令模块放置到不同的处理器核上实现调试各核及核上程序的功能.为了保证操作系统自身功能正确,首先通过硬件EJTAG模块调试操作系统本身,并开发了相应的软件RDView;然后使用操作系统的调试管理部分实现调试本机及其他处理器核上应用程序的执行状况.基于软件实现的调试管理功能以较小的内存代价,方便、有效地实现了MPSoC的调试功能. 相似文献
10.
11.
12.
陈正龙 《单片机与嵌入式系统应用》2018,(9):28-30
设计了一套自动化调试系统.首先采用NI的PXI可扩展硬件系统,利用开关矩阵实现不同信号的任意切换;然后上位机程序利用Python脚本语言和仪器驱动PyVISA模块,借助Python对中文的支持,采用中文编写调试代码;最后通过该系统对某型产品的性能指标进行了调试.试验结果表明,调试人员能够根据该系统快速编写不同的调试序列,完成不同产品的调试过程.该系统具有通用性、高可读性等特点,对于多样化产品、多参数产品的调试具有广泛的实用性. 相似文献
13.
Some problems in a new chip design or its embedded software show up only when a silicon prototype of the chip is placed in its intended target environment and the embedded software is executed. Traditionally, embedded-system debug is very difficult and time-consuming because of the intrinsic lack of internal system observability in the target environment. Design for debug (DFD) is the act of adding debug support to a chip's design in the realization that not every silicon chip or embedded-software application is right the first time. In the past few years, functional debug has made significant progress. This article describes the most common structured approaches available for silicon debug of embedded systems. 相似文献
14.
基于MATLAB的DSP调试方法 总被引:3,自引:0,他引:3
描述了CCSLink与CCS IDE的基本概念,介绍了建立CCS对象的过程,并以MATLAB提供的实际工程文件为例,演示了利用CCSLink连接和嵌入式对象进行C变量操作的实际过程,并对其执行过程和结果进行了简要解释. 相似文献
15.
用单片机实现DSP在线调试的一种方法 总被引:1,自引:0,他引:1
通常情况下,进行DSP系统开发调试时,都要配备一片SRAM芯片作为片外程序RAM。调试时,使用相应的仿真板将程序下载到SRAM中,这样DSP系统通过运行SRAM中的程序代码来实现相应的操作。可以看到,DSP系统调试时,关键是要将程序下载到SRAM中,因此如果能将程序代码通过单片机写入SRAM中,则同样可以完成对DSP系统的调试。下面具体介绍在不使用仿真板的情况下,如何运用单片机AT89S51对DSP芯片TMS320LF2407进行在线调试。1硬件设计1.1TMS320LF2407在线调试的实现过程完成DSP系统的调试,首先要将程序的源代码写入片外SRAM中。此… 相似文献
16.
17.
数字信号处理(DSP)提供了用于创新系统开发和应用设计的技术.本文介绍了DSP的三种编程方法及DSP程序调试中遇到问题的解决办法. 相似文献
18.
This article describes a comprehensive approach for silicon debug of a server chipset that includes a high-performance, third-generation chip-multithreaded (CMT) Sparc microprocessor. Efficiently debugging the chipset required a combination of debug features in silicon and system platforms, firmware support for debug, test generation tools, and debug data interpretation tools. Several useful lessons were learned in the process. 相似文献
19.
嵌入式软件的可靠性越来越成为决定整个嵌入式系统可靠性的重点,随着软件规模的增大,采用人工方式对程序错误进行排除的工作变得非常低效和复杂。介绍了一种利用调试软件Valgrind进行嵌入式应用程序错误查找的技术,利用它可以高效、自动地查找出程序中的多种错误。首先介绍了嵌入式程序常见错误,接着研究了Valgrind的工作原理,最后介绍了利用Valgrind进行程序错误检测的步骤和应用实例。 相似文献
20.
针对日益复杂的电力系统保护测控装置和受限的装置人机接口,提出并设计了一种装置配置调试维护软件方案。该方案将软件的主要功能划分为子进程,各子进程通过主进程引导。并按照分层原则,构建了保护装置配置调试维护系统软件的视图、业务、通信三层结构,并首次提出了基于变量名和地址相结合的嵌入式动态分配内存的调试方法。实现了装置程序下载和变量查询、在线状态浏览、客户端调试等功能。在多个国家和地区的实际应用效果表明,该软件通信功能稳定可靠,全面丰富的调试功能弥补了装置面板人机交互功能差、调试过程繁杂、效率不高的缺点;提高了嵌入式装置的程序开发和调试效率,良好的用户体验提升了产品的市场竞争力。 相似文献