Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 44b0
Search - 44b0 - List
UCOS-II在ARM S3C44B0X上的移植源代码。 移植说明: 我没有移植uCOS前,再网上下了一些案例可是大部分都不能直接运行,而且有好多还都有错误。 还发现很多"移植者"是忠实的操洗者,并且还操错了。这个移植代码是我领会不少代码的长短根据自己的经验编制,绝对原著!!!因为有好多与大多数移植代码不同之处,故帖出来共享,希望能对将要移植uCOS的人以启发和帮助。 由于我个人时间不多,所以没有写什么移植的"前因后果" 但: 移植的详细细节在程序中的注释部分已经非常详尽了,这里就不多说了。 注意不要将本移植代码应用于商业-UCOS-II on the ARM S3C44B0X transplant source code. Transplant Note : I did not uCOS before transplantation, and the Internet, a number of cases but most are not directly run, but there are also a lot of mistakes. Many also found "transplant" is faithful parade washing, and also the wrong parade. Transplantation is the code I understand many of the code according to their length of their experience, absolutely original! ! ! because there are a lot of code with the majority of transplants different, it TIE out sharing, hope to be able to transplant uCOS people to inspire and help. Because of my personal time too much, not what to write transplant "causes" : Details of transplantation in the proceedings of the Notes have been very detailed, here is not more. Attention sho
Update : 2024-05-03 Size : 186368 Publisher : 苏先生

fs44b0x_usb -- usb 测试程序 PC机部分的软件 1) LEDDEMO -- 控制 FS44B0X板上三个LED的程序 2) D12_DRIVER_FOR_WIN98 -- USB芯片WIN98的驱动程序 3) D12_DRIVER_FOR_WINXP -- USB芯片WINXP的驱动程序 FS44B0X板的USB固件程序--源代码 USB_DEMO 使用方法: 1)在SDT2.51里调入usb_demo.axf, 运行。 2)接上usb电缆,安装win98的d12驱动程序(或者winxp的d12驱动程序) 3) 运行 LEDDEMO ,用鼠标点击led1, led2, led3,可以看到FS44B0X板上三个LED亮灭。 -fs44b0x_usb-- usb test procedure part of the PC software 1) LEDDEM O-- FS44B0X control board three LED procedures 2) D12_DRIVER_FOR_W IN98-- USB chip Win98 driver 3) D12_DRIVER_FOR_WI NXP-- USB chip WINXP driver FS44B0X board USB firmware-- the source of generation code USB_DEMO Use : 1) In SDT2.51 Lane transferred usb_demo.axf running. 2) connected to the USB cable, win98 installation of the D12 driver (or the D12 winxp drivers) 3) Operation LEDD EMO with mouse clicks led1, led2, led3. FS44B0X can see three LED board-eliminate.
Update : 2024-05-03 Size : 219136 Publisher : 张淼林

1)通过fs44b0xbios和网口,将upload里的boot.bin烧写到flash 0 地址 见“FS44B0Xbios使用指南”之5 2) 打开57600超级终端 3) 连上串口线和jtag调试头 4)打开FS44B0X开发板电源 5)运行jtag.exe,在SDT下调入 ucosii_demo.axf,运行 6) 在超级终端上有三个任务的运行与退出显示,板子上的三个发光二极管会来回闪烁。 -a) fs44b0xbios and LAN, li will upload the burning of flash boot.bin 0 addresses see "FS44B0Xbio s User's Guide "5 2) to open 57,600 Super Terminal 3) connected to serial lines and the first four JTAG Debugging) Open FS44B0X development board Power 5) Run jtag.exe, under the redeployment ucosii_demo.axf SDT, running 6) of the Super Terminal 3 on the mandate of the operation and withdraw from the show, on board the three light-emitting diodes will flicker back and forth.
Update : 2024-05-03 Size : 215040 Publisher : 张淼林

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.
Update : 2024-05-03 Size : 506880 Publisher : 张淼林

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.
Update : 2024-05-03 Size : 249856 Publisher : 张淼林

嵌入式系统设计与开发实例详解--基于ARM的应用(采用ARM7TDMI内核的、三星公司推出的S3C44B0X) 第一部分包含:ADCtest,ARPscan,ColorLCDtest,EINTtest,Ethernet,FAT16test,Flashtest,guiHelloworld.-Embedded System Design and Development example explanation-- ARM-based applications (using ARM7TDMI within nuclear, the company launched S3C44B0X) The first part includes : ADCtest. ARPscan, ColorLCDtest, EINTtest, Ethernet, FAT16test, Flashtest, guiHelloworld.
Update : 2024-05-03 Size : 1227776 Publisher : 张正龙

ads下编绎通过,s3c44b0源码,是初学者的好例子。-ads Provision unravel, s3c44b0 source is a good example of beginners.
Update : 2024-05-03 Size : 56320 Publisher : 周熠

嵌入式系统设计与开发实例详解--基于ARM的应用(采用ARM7TDMI内核的、三星公司推出的S3C44B0X) 第二部分:guiHZK,guiMemDev,guiScale,guiWM-Embedded System Design and Development example explanation-- ARM-based applications (using ARM7TDMI within nuclear, the company launched S3C44B0X) Part II : guiHZK, guiMemDev. guiScale, guiWM
Update : 2024-05-03 Size : 1049600 Publisher : 张正龙

嵌入式系统设计与开发实例详解--基于ARM的应用(采用ARM7TDMI内核的、三星公司推出的S3C44B0X) 第三部分: Helloworld,IICtest,IOtest,Nandflashtest-Embedded System Design and Development example explanation-- ARM-based applications (using ARM7TDMI within nuclear, the company launched S3C44B0X) Part III : Helloworld. IICtest, IOtest, Nandflashtest
Update : 2024-05-03 Size : 246784 Publisher : 张正龙

嵌入式系统设计与开发实例详解--基于ARM的应用(采用ARM7TDMI内核的、三星公司推出的S3C44B0X) 第四部分:PDAtest,Pingtest,RTCtest,SDRAMtest-Embedded System Design and Development example explanation-- ARM-based applications (using ARM7TDMI within nuclear, the company launched S3C44B0X) Part IV : PDAtest, Pingtest. RTCtest, SDRAMtest
Update : 2024-05-03 Size : 3501056 Publisher : 张正龙

嵌入式系统设计与开发实例详解--基于ARM的应用(采用ARM7TDMI内核的、三星公司推出的S3C44B0X) 第五部分:Timertest,Touchtest,UARTtest,ucos_ex1-Embedded System Design and Development example explanation-- ARM-based applications (using ARM7TDMI within nuclear, the company launched S3C44B0X) PART V : Timertest. Touchtest, UARTtest, ucos_ex1
Update : 2024-05-03 Size : 262144 Publisher : 张正龙

嵌入式系统设计与开发实例详解--基于ARM的应用(采用ARM7TDMI内核的、三星公司推出的S3C44B0X) 第六部分:ucos_ex2,ucos_ex3,UDPtest,USBN9603demo,USBtest-Embedded System Design and Development example explanation-- ARM-based applications (using ARM7TDMI within nuclear, the company launched S3C44B0X) Part VI : ucos_ex2, ucos_ex3. UDPtest, USBN9603demo, USBtest
Update : 2024-05-03 Size : 1425408 Publisher : 张正龙

这是s3c44b0裸板上运行的小程序,开始学arm时,想找个小程序看看都找小到,都是在引导后才能运行的例子,现在自己写了个,给大家分享,希望初学arm的朋友不要象我一样走多弯路-This the bare board s3c44b0 running small programs, and began studying arm, wanted to find a small program to find small to see that the guide is to run after the example, himself wrote a 000. to you want to share learning arm of a friend as I do not follow the detour.
Update : 2024-05-03 Size : 218112 Publisher : 周熠

DL : 0
串口芯片驱动程序 驱动芯片为16C554。-chip Serial Driver driver chips for 16C54.
Update : 2024-05-03 Size : 4096 Publisher : lijx

s3c44b0x下的mp3软件解码源代码.rar-s3c44b0x the MP3 decoder software source code. Rar
Update : 2024-05-03 Size : 55296 Publisher : 是否

DL : 0

Update : 2024-05-03 Size : 1417216 Publisher : 成平

本驱动程序是基于ARM7(S3C44B0)实验平台的EEPROM(at24c04)所编写。包含相关实验结果与程序说。-the driver is based on the ARM7 (S3C44B0) experimental platform EEPROM (at24c04) prepared. Include relevant experimental results with the procedure said.
Update : 2024-05-03 Size : 234496 Publisher : 李恒

s3c44b0x上实现的ucos+tftp-s3c44b0x achieve the tftp CENTER
Update : 2024-05-03 Size : 488448 Publisher : 文旭

DL : 0
可以直接用在S3C44b0上的UcosII最新版,已经通过ADS编译-can be directly used S3C44b0 UcosII the latest version, compiled by ADS
Update : 2024-05-03 Size : 252928 Publisher : alan

三星s3c44b0的开发板原理图,优龙科技的。-development board schematics, Lung superior technology.
Update : 2024-05-03 Size : 148480 Publisher : cxd
« 1 2 ... 45 46 47 48 49 50»
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.