搜索资源列表
eventflag
- T-Ker测试synchronization_communication\\semaphore部分的tk_cre_sem,tk_del_sem, tk_sig_sem, tk_wai_sem, tk_ref_sem在移植的uT-Engine上运行是否正常。 api的返回值正确与否,在ads上设断点观察,同时用Lpc2104上的LED显示(如果正确,则程序中设定的LED就闪亮)nel中的flag小实验程序-T - Ker test synchronization_communication \
Debugger8051(v1.9)8051xiliedanpianjifangzhenruanji
- 8051系列单片机仿真软件 Windows9x 汉化版)编辑、模拟、调试、仿真器, 全中文Windows界面,可以直接编写汇编语言程序, 生成写目标文件,支持单步、断点等调试、仿真方式, 根本不用学就会使用的软件。 该软件小巧好用,功能齐全、免安装,解压缩后即可使用。-8051 microcontroller simulation software Windows9x Chinese Version) editing, simulation, debugging, Simul
X5045-1
- x5045有四种功能:分别是上电复位、看门狗定时器、电源电压监控和块锁保护串行eeprom的功能, 该程序通过改变控制寄存器的参数可以实现看门狗定时器监视电压和设置保护rom区,每次复位后 地址计数器都是该区的首地址(个人观点),即断点地址。 问题:其实对该芯片的应用还是很模糊-x5045 four functions : the reduction of electricity, watchdog timer, Supply voltage control and protecti
访问外部Flash空间
- 访问外部Flash空间,与外部Flash可以实现读写数据,本实验中,请在BlockErase(0)这一行设置断点,当运行至断点时,点击view,然后点击memory来查看存储空间,Address填写0x00080000,点击ok,就能看到从0x00080000开始,各个存储单元的值从0开始递增。-Access to external Flash space, and external Flash can read and write data in this experiment, in Blo
U-EC5.rar
- 。该工具可实现单步、连续单步、断点、停止/运行,支持寄存器/存储器的观察和修改,下载程序到Flash存储器等功能。另一特点为可使用专用软件(U-EC5中文编程软件)快速将程序代码烧录到C8051F MCU中,. The tool enables single-step, continuous single-step, breakpoint, and stop/run in support of register/memory of observation and modify, download
keilc51introductions
- Keil工程文件的建立、设置与目标文件的获得 Keil的调试命令、在线汇编与断点设置 Keil程序调试窗口 Keil的辅助工具和部分高级技巧-Keil project document to establish, set up with the target document was Keil debugging command-line compilation and debugging breakpoint set Keil window Keil tool and a numb
ex6_AD
- 程序所在目录:ex6_AD 板上引出的两路A/D 转换对应DSP 的A/D 模块分别是通道0 和通道8,输入电压0-5V 。 本开发板使用DA 的输出作为AD 的输入,因此需将5J2 的1-2,3-4 分别用短路子短接。 打开CC2000,进行如下操作: 1.Project->Open ,打开该目录中的工程文件。 2.Project->Rebuild ALL,编译链接 3.File->Load Program 4.光标移到Que
ex7_CAN
- 程序所在目录:ex7_CAN 由于调试CAN总线通讯需要外部的CAN设备。所以在没有外部CAN设备的情况下,本样例程序中采用了CAN的自测试模式通信,即使用CANBOX4发送CANBOX0接收。在定时器中断服务程序中执行发送;中断方式接收CAN信息。 打开CC2000,进行如下操作: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL,编译链接 3. File->Load Progra
EX06_ExRam
- /*** *** *** *** *** *** *** *** *** *** *** *** ** 实验目的:通过学习DSP与外部RAM的读写数据 ** ** 实验说明:能够为以后写比较大的程序时,在仿真运行时内部RAM不够用 ** ** 时,可利用外部RAM来进行,当然这需要.CMD文件来配置 ** ** 实验结果:在指定位置设置断点后可观察通过函数来写到地址里面的值-/****************************************************
Eint
- gpio口显示程序,LED灯间断地闪烁,或者是流水式的闪烁。-External interrupt procedures, which breakpoint junction, let buzzer ring the other hand, does not ring.
LSJF2410
- 目前,H-JTAG仿真器支持LPC2000系列ARM7微控制器,支持ADS1.2集成开发环境,支持单步、全速及断点等调试功能,支持下载程序到片内FLASH和特定型号的片外FLASH,采用ARM公司提出的标准20脚JTAG仿真调试接口-At present, H-JTAG emulator supports the LPC2000 series ARM7 microcontrollers, integrated development environment to support ADS1.2 t
edma_transfer
- This program uses the timers to trigger EDMA events. These events in turn trigger linked EDMA parameter tables to fill a ping pong buffer structure.Set a breakpoint on processbuff function. Then open two memory windows.Use ping as the address for one
uvision
- Vision2 调试命令详解,包括存储器命令、程序命令、断点命令、通用命令等。-Vision2 debug commands Xiang Jie, including memory command, the program command, a breakpoint command, general orders.
arm_architecture
- ARM Architecture Reference Manual The purpose of this manual is to describe the ARM instruction set architecture, including its high code density Thumb® subset, and three of its standard coprocessor extensions: • The standard System
keiljiaocheng
- KEil C51编程,Keil Software–Cx51 编译器用户手册,Keil 的辅助工具和部份高级技巧,keil调试命令、在线汇编与断点设置,如何在Keil中查看程序执行时间等-KEil C51 programming, Keil Software-Cx51 Compiler User' s Manual, Keil auxiliary tools and part of the high-level skills, keil debug commands, on-line com
EX06_ExRam
- 实验说明:能够为以后写比较大的程序时,在仿真运行时内部RAM不够用 ** ** 时,可利用外部RAM来进行,当然这需要.CMD文件来配置 ** ** 实验结果:在指定位置设置断点后可观察通过函数来写到地址里面的值 -Experiment Descr iption: able to write after the larger program, the simulation run time**** with the internal RAM is not enough, the exte
EX07_EXFlash
- 实验说明:外部RAM实验联合进行的,先是给外部 RAM里面写写入数据,然后把数据写到外部FLASH里面 实验结果:在指定位置设置断点后可观察通过函数来写到FLASH里面的值-Experiment descr iption: external RAM experiment carried out jointly, first write to external RAM which to write data and then writes the data inside the experimen
interrupt67
- 此程序测试C8051F020的中断6、7,可在相应的两个中断中设断点观察,中断处理时发光二极管的状态也相应的会有改变.-C8051F020 interrupt this program testing 6,7, can set the appropriate breakpoint observed in the two interrupt, interrupt processing status LED' s will change accordingly.
c8051cp1
- c8051,此程序可完成CP0比较器的比较功能,比较器CP0+来自于VREF引脚,CP0-由S2控制.按下S3后,比较器响应后将产生中断,可在中断程序中设断点观察. -c8051, this program can complete the comparison function CP0 comparator, the comparator CP0+ from VREF pin, CP0-controlled by the S2. Press the S3, the comparator w
EXFlash
- 本程序是和外部RAM实验连起来的,先给外部RAM进行写数据操作,然后再把RAM里的数据写到外部FLASH中。本实验当运行至断点时,点击view,然后点击memory来查看存储空间,Address填写0x00080000,点击ok,就能看到0x00080000开始,各个存储单元的值从0开始递增。-This procedure is experimental and external RAM connected together, give the external RAM to write dat
