-
keil c51 v9.01此版不是漢化中文版,是英文版來(lái)的。ARM發(fā)布Keil μVision4集成開(kāi)發(fā)環(huán)境(IDE),用來(lái)在微控制器和智能卡設(shè)備上創(chuàng)建、仿真和調(diào)試嵌入式應(yīng)用。
μVision4 IDE是為增強(qiáng)開(kāi)發(fā)人員的工作效率設(shè)計(jì)的,有了它可以更快速、更高效地開(kāi)發(fā)和檢驗(yàn)程序。通過(guò)μVision4 IDE中引入的靈活的窗口管理系統(tǒng),開(kāi)發(fā)人員可以使用多臺(tái)監(jiān)視器,在可視界面任何地方全面控制窗口放置。
新用戶界面可以更好地利用屏幕空間,更有效地組織多個(gè)窗口,為開(kāi)發(fā)應(yīng)用提供整齊高效的環(huán)境。
μVision4在μVision3的成功經(jīng)驗(yàn)的基礎(chǔ)上增加了:* System Viewer (系統(tǒng)查看程序)窗口,提供了設(shè)備外圍寄存器信息,這些信息可以在System Viewer窗口內(nèi)部直接更改。* Debug Restore Views (調(diào)試恢復(fù)視圖)允許保存多個(gè)窗口布局,為程序分析迅速選擇最適合的調(diào)試視圖。* Multi-Project Workspace(多項(xiàng)目工作空間)為處理多個(gè)并存的項(xiàng)目提供了簡(jiǎn)化的方法,如引導(dǎo)加載程序和應(yīng)用程序。* 為基于ARM Cortex 處理器的MCU提供了Data and INSTRUCTION trace(數(shù)據(jù)和指令追蹤)功能。* 擴(kuò)展了Device Simulation(設(shè)備仿真)功能以支持許多新設(shè)備,如Luminary、NXP和東芝生產(chǎn)的基于ARM Cortex-M3處理器的MCU;Atmel SAM7/9;及新的8051衍生品,如Infineon XC88x和SiLABS 8051Fxx。* 支持許多debug adapter interfaces(調(diào)試適配器接口),包括ADI miDAS Link、Atmel SAM-ICE、Infineon DAS和ST-Link。
標(biāo)簽:
keil
9.01
c51
C51
上傳時(shí)間:
2013-10-31
上傳用戶:qingdou
-
NXP Semiconductor designed the LPC2400 microcontrollers around a 16-bit/32-bitARM7TDMI-S CPU core with real-time debug interfaces that include both JTAG andembedded Trace. The LPC2400 microcontrollers have 512 kB of on-chip high-speedFlash memory. This Flash memory includes a special 128-bit wide memory interface andaccelerator architecture that enables the CPU to execute sequential INSTRUCTIONs fromFlash memory at the maximum 72 MHz system clock rate. This feature is available onlyon the LPC2000 ARM Microcontroller family of products. The LPC2400 can execute both32-bit ARM and 16-bit Thumb INSTRUCTIONs. Support for the two INSTRUCTION Sets meansEngineers can choose to optimize their application for either performance or code size atthe sub-routine level. When the core executes INSTRUCTIONs in Thumb state it can reducecode size by more than 30 % with only a small loss in performance while executingINSTRUCTIONs in ARM state maximizes core performance.
標(biāo)簽:
2478
lpc
使用手冊(cè)
上傳時(shí)間:
2013-11-15
上傳用戶:zouxinwang
-
Virtex-5, Spartan-DSP FPGAs Application Note
This application note demonstrates how efficient implementations of Digital Up Converters(DUC) and Digital Down Converters (DDC) can be done by leveraging the Xilinx DSP IPportfolio for increased productivity and reduced time to development. Step-by-step INSTRUCTION is given on how to perform system-level trade off analysis and develop the most efficient FPGA implementation, thus allowing engineers a flexible, low-cost and low-power alternative to ASSP technologies.
標(biāo)簽:
Spartan-DSP
Virtex
FPGAs
Ap
上傳時(shí)間:
2013-10-23
上傳用戶:raron1989
-
雖然PIC都是8位的單片機(jī),但都采用RISC(Reduced INSTRUCTION Set Computing)核心結(jié)構(gòu),這有別于過(guò)去一般的CISC(Complex INSTRUCTION Set Computing)結(jié)構(gòu)。所謂RISC結(jié)構(gòu)就是采用哈佛雙總線結(jié)構(gòu),將地址總線與數(shù)據(jù)總線分開(kāi),因此在同一個(gè)指令執(zhí)行過(guò)程中,數(shù)據(jù)與地址可以同時(shí)傳送,避免了總線處理上的瓶頸。
標(biāo)簽:
f877
PIC
16f
877
上傳時(shí)間:
2013-11-21
上傳用戶:tianyi223
-
匯編器在微處理器的驗(yàn)證和應(yīng)用中舉足輕重,如何設(shè)計(jì)通用的匯編器一直是研究的熱點(diǎn)之一。本文提出了一種開(kāi)放式的匯編器系統(tǒng)設(shè)計(jì)思想,在匯編語(yǔ)言與機(jī)器語(yǔ)言間插入中間代碼CMDL(code mapping description language)語(yǔ)言,打破匯編語(yǔ)言與機(jī)器語(yǔ)言的直接映射關(guān)系,由此建立起一套描述匯編語(yǔ)言與機(jī)器語(yǔ)言的開(kāi)放式映射體系。基于此開(kāi)放式映射體系開(kāi)發(fā)了一套匯編器系統(tǒng),具有較高層次上的通用性和可移植性。【關(guān)鍵詞】指令集,CMDL,匯編器,開(kāi)放式
Design of Retargetable Assembler System Liu Ling Feng Wen Nan Wang Ying Chun Jiang An Ping Ji Li Jiu IME of Peking University, 100871【摘要】An assembler plays a very important role in the field of microprocessor verifications and applications, thus how to build a retargetable assembler system has been a hotspot in this field for long time. This paper presents a new method about the retargetable assembler system design.It provides a kind of language CMDL, code mapping description language. During the process of assembling, assembler languages are firstly translated to CMDL, and then mapped to the machine codes. In an other word, CMDL is inserted between assembler languages and machine codes during the translation procedure. As a medium code, CMDL has a lot of features, such as high extraction, strong descript capabilities. It can describe almost all attributes of assembler languages. By breaking the direct mapping relationship between assembler languages and machine codes, the complexities of machine codes are hided to the users, therefore, the new retargetable assembler system has higher retargetable level by converting the mapping from assembler languages and machine codes to assembler languages and CMDL, and implementationof it becomes easier. Based on the new mapping system structure, a retargetable assemblersystem is developed. It proved the whole system has good retargetability and implantability.【關(guān)鍵詞】INSTRUCTION set, symbol table, assembler, lexical analysis, retargetability
標(biāo)簽:
開(kāi)放式
匯編器
上傳時(shí)間:
2013-10-10
上傳用戶:meiguiweishi
-
MCSÉ-51 Programmer's Guide and INSTRUCTION Set
The information presented in this chapter is collected from the MCSÉ-51 Architectural Overview and the HardwareDescription of the 8051, 8052 and 80C51 chapters of this book. The material has been selected and rearranged toform a quick and convenient reference for the programmers of the MCS-51. This guide pertains specifically to the8051, 8052 and 80C51.
標(biāo)簽:
Program
Eacute
MCS
51
上傳時(shí)間:
2013-11-13
上傳用戶:hj_18
-
The AT89C52 is a low-power, high-performance CMOS 8-bit microcomputer with 8Kbytes of Flash programmable and erasable read only memory (PEROM). The deviceis manufactured using Atmel’s high-density nonvolatile memory technology and iscompatible with the industry-standard 80C51 and 80C52 INSTRUCTION set and pinout.The on-chip Flash allows the program memory to be reprogrammed in-system or by aconventional nonvolatile memory programmer. By combining a versatile 8-bit CPUwith Flash on a monolithic chip, the Atmel AT89C52 is a powerful microcomputerwhich provides a highly-flexible and cost-effective solution to many embedded controlapplications.
標(biāo)簽:
89c
c52
at
上傳時(shí)間:
2013-11-10
上傳用戶:1427796291
-
With the Altera Nios II embedded processor, you as the system designercan accelerate time-critical software algorithms by adding customINSTRUCTIONs to the Nios II processor INSTRUCTION set. Using customINSTRUCTIONs, you can reduce a complex sequence of standard INSTRUCTIONsto a single INSTRUCTION implemented in hardware. You can use this featurefor a variety of applications, for example, to optimize software innerloops for digital signal processing (DSP), packet header processing, andcomputation-intensive applications. The Nios II configuration wizard,part of the Quartus® II software’s SOPC Builder, provides a graphicaluser interface (GUI) used to add up to 256 custom INSTRUCTIONs to theNios II processor
標(biāo)簽:
NIOSII
用戶
定制
指令
上傳時(shí)間:
2013-11-07
上傳用戶:swing
-
The LPC1850/30/20/10 are ARM Cortex-M3 based microcontrollers for embeddedapplications. The ARM Cortex-M3 is a next generation core that offers systemenhancements such as low power consumption, enhanced debug features, and a highlevel of support block integration.The LPC1850/30/20/10 operate at CPU frequencies of up to 150 MHz. The ARMCortex-M3 CPU incorporates a 3-stage pipeline and uses a Harvard architecture withseparate local INSTRUCTION and data buses as well as a third bus for peripherals. The ARMCortex-M3 CPU also includes an internal prefetch unit that supports speculativebranching.The LPC1850/30/20/10 include up to 200 kB of on-chip SRAM data memory, a quad SPIFlash Interface (SPIFI), a State Configuration Timer (SCT) subsystem, two High-speedUSB controllers, Ethernet, LCD, an external memory controller, and multiple digital andanalog peripherals.
標(biāo)簽:
Cortex-M
1850
LPC
內(nèi)核微控制器
上傳時(shí)間:
2014-12-31
上傳用戶:zhuoying119
-
The LPC4350/30/20/10 are ARM Cortex-M4 based microcontrollers for embeddedapplications. The ARM Cortex-M4 is a next generation core that offers systemenhancements such as low power consumption, enhanced debug features, and a highlevel of support block integration.The LPC4350/30/20/10 operate at CPU frequencies of up to 150 MHz. The ARMCortex-M4 CPU incorporates a 3-stage pipeline, uses a Harvard architecture withseparate local INSTRUCTION and data buses as well as a third bus for peripherals, andincludes an internal prefetch unit that supports speculative branching. The ARMCortex-M4 supports single-cycle digital signal processing and SIMD INSTRUCTIONs. Ahardware floating-point processor is integrated in the core.The LPC4350/30/20/10 include an ARM Cortex-M0 coprocessor, up to 264 kB of datamemory, advanced configurable peripherals such as the State Configurable Timer (SCT)and the Serial General Purpose I/O (SGPIO) interface, two High-speed USB controllers,Ethernet, LCD, an external memory controller, and multiple digital and analog peripherals
標(biāo)簽:
4300
LPC
ARM
雙核微控制器
上傳時(shí)間:
2013-10-28
上傳用戶:15501536189