Welcome![Sign In][Sign Up]
Location:
Search - sdt2.51

Search list

[Embeded-SCM Developerrata

Description: sdt2.51的使用手册(英文)-sdt2.51 the user manual (English)
Platform: | Size: 100895 | Author: 朱立 | Hits:

[Other resourceUArmJtag2.0

Description: UArmJtag2.0仿真软件 功能强大、超“硬”的软件仿真器! 博创科技最新发布的ARM调试驱动程序UArmJtag2.0是UArmJtag1.5的升级版本,是继能够成功支持ADS1.2的UArmJtag1.5后的又一重大贡献,UArmJtag2.0可以独立实现FLASH烧写功能,完全替代一般意义上的硬件仿真器,使广大高校师生和科研爱好者从高成本的ARM开发工具中解脱出来! UArmJtag是博创科技自主研发的,超低成本,高性能的ARM仿真调试工具,支持目前市场普遍采用的并口模拟简易仿真器,使简易仿真器速度和功能达到并超过一般通用ARM硬件仿真器的水平。UArmJtag完全支持RDI 1.5.1调试协议,可以和ARM公司的SDT2.51、ADS1.2仿真开发环境配合使用。 最新的UArmJtag2.0版本保持了UArmJtag 1.5的原有功能,并增加了以下独到功能: 1、FLASH编程功能:把硬件仿真器的算法加入到了UArmJtag2.0版中,实现了对FLASH的稳定编程,编程速度达到甚至超过部分硬件仿真器的水平。使用户彻底解决了丢失BIOS数据的困扰。 2、支持ARM9在线调试:UArmJtag2.0版支持ARM7/ARM9系列嵌入式微处理器的调试,在ADS1.2开发环境下仿真调试速度达到甚至超过部分硬件仿真器的水平,稳定可靠。-UArmJtag2.0 simulation software powerful, ultra "hard" software simulator! Bo CIT latest ARM debugging driver UArmJtag2.0 UArmJtag1.5 is an upgraded version, following the success of UArmJtag1.5 ADS1.2 support of another major contribution, UArmJtag2.0 FLASH can be achieved independent of burning function completely replace the general sense of the hardware Simulator, the majority of college students and research enthusiasts from the high cost of the ARM development tools to extricate themselves! UArmJtag Bo Chong is a self-developed technology, ultra-low-cost, high-performance ARM simulation debugging tools, support for the widely used parallel simulation simple simulation, which allows for simple simulation speed and functionality meet and exceed GM ARM hardware simulator level
Platform: | Size: 3332820 | Author: 杨天 | Hits:

[Other resource44b0BIOS

Description: 44b0启动代码 本项目在ADS1.2下编译,在SDT2.51的ADW中调试。编译时,请将整个44b0xbios目录拷贝到c:\\下-44b0 boot code of the item under the ADS1.2 compiler, in the ADW SDT2.51 tuning. Compile time, I would be grateful if the entire 44b0xbios copy of the directory c : \\ under
Platform: | Size: 187897 | Author: | Hits:

[Other resourceLCD_DEMO-1

Description: lcddemo-1(2004版) -- 320X240 STN 灰度LCD 测试 此代码在SDT2.51下调试通过。运行时LED会闪烁一下,接着串口0会输出一些系统信息,在波特率为57600超级终端可看到,打印出来的由ASCII字符组成的 FS44B0X图样,此时LCD上显示ascii字符组成的ARM图样。通过串口终端与系统交互,可以测试320X240 STN LCD,包括图形显示函数,ascii字符显示函数。 -lcddemo-1 (2004 version) -- 320x240 STN LCD Gray this test under the code debugging SDT2.51 through. Runtime LED flashes that went 0 serial number system will output information, the baud rate of 57,600 super terminal can be seen, Print out by the characters of ASCII FS44B0X drawings, this LCD display ascii characters of the ARM design. Through serial terminal and system interaction, can test 320x240 STN LCD, including graphics function, ascii character display function.
Platform: | Size: 139291 | Author: 张淼林 | Hits:

[Other resourceS3C44B0X例子程序2

Description: 1. beep -- PWM测试 为 ADS1.2 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后在57600的超级终端里按PC机键盘的“+”“-” 按键,可以听到BUZZ增大减小的声音。 2. key -- 按键测试 为 SDT2.51 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后按FS44B0X上的按键key1 key2 key3 key4 相应的发光二极管亮 3 keyint -- 按键中断测试 该项目在SDT2.51下编译调试。主程序是while空循环,中断服务程序对应四个按键做相应的处理,key1 按键点亮D1灯,并在串口打印信息,因为没有加按键去抖动程序,所以,一次按键,产生几次中断。 -1. Beep -- PWM ADS1.2 testing for the project under the Build, in the ADW sdt2.51 Lane debugging, after running the 57,600 in the Super Terminal Lane by PC keyboard "" "-" buttons, Buzz can be increased to reduce heard voices. 2. Key -- SDT2.51 key test for the project under the Build, in the ADW sdt2.51 Lane debugging, after running the program on the button FS44B0X key1 key2 key3 key4 corresponding LED top-three keyint -- interrupted test button in the project under the Build SDT2.51 debugging. While space is the main program cycle, interrupt service routine correspondence four keys handled accordingly. key1 D1 lights lit keys, and Serial Print information, because no buttons to increase jitter, and therefore, a button. several have interrupted.
Platform: | Size: 507339 | Author: 张淼林 | Hits:

[Other resourceS3C44B0X例子程序1

Description: 5 ledblink -- 跑马灯程序 该项目在SDT2.51下编译调试。最简单的demo程序,运行后3个发光二极管轮流点亮。 6 timerint -- 定时器中断demo程序 该项目在SDT2.51下编译调试。将子目录timerint拷贝到c:\\ 下。 该demo程序的主程序是while空循环,定时器中断服务程序每500ms将3个LED反相。 在57600超级终端里也可以看到中断发生时的信息。 7 uart -- 串口测试程序 该项目在SDT2.51下编译调试。运行后在57600的超级终端里等待PC键盘的输入,当按下 a 或 b 或 c 按键时,超级终端里将显示 You Pressed a ,You Pressed b ,You Pressed c . -5 ledblink -- 5,250 procedures for the project under the Build SDT2.51 debugging. The most simple demo, the running after three LED lights rotation. 6 timerint -- timer interruption demo procedures of the project under the Build SDT2.51 debugging. Will subdirectory timerint copy of the c : \\ under. The demo procedures while the main program is empty circle, the timer interruption of services in each of 500ms to RP-3 LED. The Super Terminal Lane 57600 can be seen at the time of the interruption information. 7 UART -- Serial testing procedures of the project under the Build SDT2.51 debugging. After running in the Super Terminal 57,600 awaiting the PC keyboard input, or when pressing a button b or c, Super Terminal Lane will be a show Pressed You, You Pressed b, You Pressed c.
Platform: | Size: 249813 | Author: 张淼林 | Hits:

[Other resourceucosiifor44b0std2.51

Description: UCOS在ARM7TDIM S3C44B0上的种植,SDT2.51的工程,-ARM7TDIM S3C44B0 UCOS in the cultivation, SDT2.51 works
Platform: | Size: 85258 | Author: 李昀 | Hits:

[Other resourceWBKstartup

Description: UCOSII的文件管理实验,编译工具为SDT2.51实验板子为S3C44B0-UCOSII document management experiments compiler tool for SDT2.51 experimental plank for S3C44B0
Platform: | Size: 8678 | Author: 赵立兴 | Hits:

[OS Developucos2.71

Description: UCOS_II : UCOS_II代码,2.71版 Src : 主程序代码 Inc : 主程序的头文件 Debug : SDT目标代码 Myucos_Data : ADS目标代码 Myucos.apj : SDT2.51工程文件 Myusos.mcp : ADS1.2工程文件 Myusos.PR : SourceInsight3.5工程文件-UCOS_II : UCOS_II code, version 2.71 Src : main program code Inc. : The main program files Debug : SDT Myucos_Data object code : ADS Myucos.apj object code : Myusos.mcp SDT2.51 works documents : Myusos.PR ADS1.2 works documents : SourceInsight3.5 works documents
Platform: | Size: 148456 | Author: liliang | Hits:

[Other resource44boxTESTdemo

Description: 此代码在SDT2.51下调试通过,可以在我的板子ARM DEVELOP BOARD V1.0上面跑!经测试也适应于恒丰公司S344BOX等采公板设计的开发板。在其上电以后LED会闪烁一下,接着串口0会输出一些系统信息 可以通过串口终端与系统交互,可以测试320X240 STN LCD,包括图形显示函数,ascii字符显示函数。-this code under the SDT2.51 debugging through, I can blame the ARM DEVELOP BOARD V1.0 above Run! After tests also adapted to Prudential and other mining companies S344BOX public board design development board. In his last -- after about LED blinks, Serial 0 then the output will be some system information through serial terminal and system interaction, can test the 320 X240 STN LCD, including graphic display function, ascii character display function.
Platform: | Size: 126190 | Author: 宋珍伟 | Hits:

[OtherSuperJtag

Description: use the ARM7 and SDT2.51 to show how to DIY,the ADS1.2 is as same as the SDT2.51-use the ARM7 and SDT2.51 to show how to DIY. ADS1.2 as is the same as the SDT2.51
Platform: | Size: 396955 | Author: 刘国城 | Hits:

[Other resourcefs4510_demo4

Description: FS4510开发板示例程序demo4 压缩包内含FS4510开发板LCD驱动程序与定时器程序 文件说明 demo4.apj 为 SDT2.51 的项目文件 init.s 为初始化文件 汇编格式 lcd.c LCD驱动文件 demo4.c 主程序 包含定时器初始化和 timer0 和 timer1 的使用 memory.a memory分配 snds.a init.s用到的硬件信息 isr.c 一些中断哑函数 \\include 包含文件 该示例程序在 SDT2.51 环境下编译 在 ADW 下运行 使用 JTAG调试头 通过学习该程序可以了解ARM4510 的初始化,时钟中断,及对lcd的控制 -FS4510 Development Board sample program demo4 compressed development board containing FS4510 LCD drive Timer action procedures and procedures for document explains demo4.apj SDT2.51 project documents init. 's compilation of the initialization file format lcd.c LCD Driver documents demo4.c main program includes initial timer and timer0 and timer1 use memory.a memory allocation snds.a init.s use the information isr.c some hardware interrupt mute function \\ include examples of the documents included procedures SDT2.51 environment compiler running under originated in the use of JTAG Debugging first through the study of the procedure can ARM4510 understanding of the initialization, the clock interruption, and the control of lcd
Platform: | Size: 24839 | Author: kl.ud | Hits:

[Other resourceSdt2.51-jtag

Description: s3c4510B开发板使用Sdt2.51和JTAG接口板调试C程序样例-s3c4510B Sdt2.51 use development board JTAG interface board and debugging C Example
Platform: | Size: 313840 | Author: 陈明 | Hits:

[ARM-PowerPC-ColdFire-MIPSSdt2.51-jtag

Description: s3c4510B开发板使用Sdt2.51和JTAG接口板调试C程序样例-s3c4510B Sdt2.51 use development board JTAG interface board and debugging C Example
Platform: | Size: 313344 | Author: 陈明 | Hits:

[ARM-PowerPC-ColdFire-MIPSS3C44B0X例子程序2

Description: 1. beep -- PWM测试 为 ADS1.2 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后在57600的超级终端里按PC机键盘的“+”“-” 按键,可以听到BUZZ增大减小的声音。 2. key -- 按键测试 为 SDT2.51 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后按FS44B0X上的按键key1 key2 key3 key4 相应的发光二极管亮 3 keyint -- 按键中断测试 该项目在SDT2.51下编译调试。主程序是while空循环,中断服务程序对应四个按键做相应的处理,key1 按键点亮D1灯,并在串口打印信息,因为没有加按键去抖动程序,所以,一次按键,产生几次中断。 -1. Beep-- PWM ADS1.2 testing for the project under the Build, in the ADW sdt2.51 Lane debugging, after running the 57,600 in the Super Terminal Lane by PC keyboard "" "-" buttons, Buzz can be increased to reduce heard voices. 2. Key-- SDT2.51 key test for the project under the Build, in the ADW sdt2.51 Lane debugging, after running the program on the button FS44B0X key1 key2 key3 key4 corresponding LED top-three keyint-- interrupted test button in the project under the Build SDT2.51 debugging. While space is the main program cycle, interrupt service routine correspondence four keys handled accordingly. key1 D1 lights lit keys, and Serial Print information, because no buttons to increase jitter, and therefore, a button. several have interrupted.
Platform: | Size: 506880 | Author: 张淼林 | Hits:

[ARM-PowerPC-ColdFire-MIPSS3C44B0X例子程序1

Description: 5 ledblink -- 跑马灯程序 该项目在SDT2.51下编译调试。最简单的demo程序,运行后3个发光二极管轮流点亮。 6 timerint -- 定时器中断demo程序 该项目在SDT2.51下编译调试。将子目录timerint拷贝到c:\ 下。 该demo程序的主程序是while空循环,定时器中断服务程序每500ms将3个LED反相。 在57600超级终端里也可以看到中断发生时的信息。 7 uart -- 串口测试程序 该项目在SDT2.51下编译调试。运行后在57600的超级终端里等待PC键盘的输入,当按下 a 或 b 或 c 按键时,超级终端里将显示 You Pressed a ,You Pressed b ,You Pressed c . -5 ledblink-- 5,250 procedures for the project under the Build SDT2.51 debugging. The most simple demo, the running after three LED lights rotation. 6 timerint-- timer interruption demo procedures of the project under the Build SDT2.51 debugging. Will subdirectory timerint copy of the c : \ under. The demo procedures while the main program is empty circle, the timer interruption of services in each of 500ms to RP-3 LED. The Super Terminal Lane 57600 can be seen at the time of the interruption information. 7 UART-- Serial testing procedures of the project under the Build SDT2.51 debugging. After running in the Super Terminal 57,600 awaiting the PC keyboard input, or when pressing a button b or c, Super Terminal Lane will be a show Pressed You, You Pressed b, You Pressed c.
Platform: | Size: 249856 | Author: 张淼林 | Hits:

[uCOSucosiifor44b0std2.51

Description: UCOS在ARM7TDIM S3C44B0上的种植,SDT2.51的工程,-ARM7TDIM S3C44B0 UCOS in the cultivation, SDT2.51 works
Platform: | Size: 207872 | Author: 李昀 | Hits:

[BooksARMSDT2.51

Description: SDT使用说明书,ARM开发用的,值得一看-SDT Manual, ARM development use, and worth a visit
Platform: | Size: 947200 | Author: 张奎 | Hits:

[ARM-PowerPC-ColdFire-MIPSScorpio_Boot

Description: Scorpio(ARM926EJ) Boot Souce program, the compiler is SDT2.51.
Platform: | Size: 37888 | Author: quan long | Hits:

[OtherSDT2.51

Description: sdt2.51目前市面上很少能下到这个软件了。-sdt2.51 currently on the market rarely down to the software.
Platform: | Size: 45599744 | Author: 木百 | Hits:
« 12 3 4 »

CodeBus www.codebus.net