登录
首页 » C++ Builder » SourceCode12_uCOS_II_F340

SourceCode12_uCOS_II_F340

于 2013-01-13 发布 文件大小:286KB
0 228
下载积分: 1 下载次数: 6

代码说明:

  UCOSII在C8051F340上的移植(C8051F340 UCOSII)

文件列表:

SourceCode12_uCOS_II_F340
.........................\APPs
.........................\....\main.c,1898,2010-09-19
.........................\....\STARTUP.A51,5253,2008-04-20
.........................\Project
.........................\.......\List
.........................\.......\....\main.lst,4408,2010-09-20
.........................\.......\....\OS.lst,21432,2010-09-20
.........................\.......\....\OS_CORE.lst,61989,2010-09-20
.........................\.......\....\OS_CPU_C.lst,20079,2010-09-20
.........................\.......\....\OS_FLAG.lst,60117,2010-09-20
.........................\.......\....\OS_MBOX.lst,32691,2010-09-20
.........................\.......\....\OS_MEM.lst,19596,2010-09-20
.........................\.......\....\OS_MUTEX.lst,37673,2010-09-20
.........................\.......\....\OS_Q.lst,47250,2010-09-20
.........................\.......\....\OS_SEM.lst,26942,2010-09-20
.........................\.......\....\OS_TASK.lst,49093,2010-09-20
.........................\.......\....\OS_TIME.lst,14361,2010-09-20
.........................\.......\....\STARTUP.lst,12134,2010-09-20
.........................\.......\....\uCOS_II.m51,68617,2010-09-20
.........................\.......\OS.lst,21389,2009-07-19
.........................\.......\output
.........................\.......\......\ExtDll.iex,19,2009-08-17
.........................\.......\......\main.obj,29774,2010-09-20
.........................\.......\......\OS.obj,2121,2010-09-20
.........................\.......\......\OS_CORE.obj,53384,2010-09-20
.........................\.......\......\OS_CPU_C.obj,33630,2010-09-20
.........................\.......\......\OS_FLAG.obj,25603,2010-09-20
.........................\.......\......\OS_MBOX.obj,32202,2010-09-20
.........................\.......\......\OS_MEM.obj,33405,2010-09-20
.........................\.......\......\OS_MUTEX.obj,25933,2010-09-20
.........................\.......\......\OS_Q.obj,25874,2010-09-20
.........................\.......\......\OS_SEM.obj,31444,2010-09-20
.........................\.......\......\OS_TASK.obj,39107,2010-09-20
.........................\.......\......\OS_TIME.obj,28484,2010-09-20
.........................\.......\......\STARTUP.obj,869,2010-09-20
.........................\.......\......\uCOS_II,347364,2010-09-20
.........................\.......\......\uCOS_II.hex,31852,2010-09-20
.........................\.......\......\uCOS_II.lnp,403,2010-09-20
.........................\.......\......\uCOS_II.plg,969,2010-09-20
.........................\.......\uCOS_II.Opt,2523,2010-09-20
.........................\.......\uCOS_II.plg,7579,2009-07-19
.........................\.......\uCOS_II.Uv2,2781,2010-09-20
.........................\.......\uCOS_II_Opt.Bak,2530,2010-09-19
.........................\.......\uCOS_II_Uv2.Bak,2781,2010-09-19
.........................\uCosii
.........................\......\INCLUDES.H,1100,2009-07-19
.........................\......\OS.A51,8487,2008-07-22
.........................\......\OS_CFG.H,8513,2009-07-19
.........................\......\OS_CORE.C,44674,2008-04-17
.........................\......\OS_CPU.H,4493,2009-07-19
.........................\......\OS_CPU_C.C,13455,2009-08-17
.........................\......\OS_FLAG.C,44914,2008-03-24
.........................\......\os_kcdef.h,557,2001-12-09
.........................\......\OS_MBOX.C,23914,2008-03-24
.........................\......\OS_MEM.C,14180,2008-06-12
.........................\......\OS_MUTEX.C,27977,2008-03-24
.........................\......\OS_Q.C,34696,2008-03-24
.........................\......\OS_SEM.C,19556,2008-03-24
.........................\......\OS_TASK.C,36204,2008-04-03
.........................\......\OS_TIME.C,9963,2008-03-24
.........................\......\uCOS_II.C,1064,2008-03-17
.........................\......\uCOS_II.H,47939,2009-07-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • USCI_UART
    msp430g2553的UART串口中断程序,经调试可用,可实现数据收发,可直接在IAR中进行编译运行。(Msp430g2553 UART serial port interrupt program, after debugging is available, can send and receive data, can be directly compiled to run in the IAR.)
    2016-06-14 13:24:16下载
    积分:1
  • FreeRTOS实验15-1 FreeRTOS软件定时器实验
    说明:  硬件资源: 1,DS0(连接在PA8),DS1(连接在PD2上) 2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3寸LCD模块(仅支持MCU屏) 4,按键KEY0(PC5)/KEY1(PA15)/KEY_UP(PA0,也称之为WK_UP) 实验现象: 通过按键KEY_UP可以控制定时器AutoReloadTimer_Handle的开启,这个是 周期定时器,一旦开启就会不断的运行,直到按下KEY1将其关闭。按下KEY0 可以打开定时器OneShotTimer_Handle,这是个单次定时器,只会运行一次, 运行周期到了以后就会停止运行,除非按下按键KEY0将其再次开启。(Hardware resources: 1, DS0 (connected to PA8), DS1 (connected to PD2) 2. Serial port 1 (baud rate: 115200, PA9/PA10 connected on board USB to serial chip CH340) 3, ALIENTEK 2.8/3.5/4.3 inch LCD module (only supporting MCU screen) 4. Keyboard KEY0 (PC5)/KEY1 (PA15)/KEY_UP (PA0, also known as WK_UP) Experimental phenomena: The timer AutoReloadTimer_Handle can be turned on by keying KEY_UP. This is The periodic timer will run continuously once it is turned on until KEY1 is pressed to turn it off. Press KEY0 You can turn on the timer OneShotTimer_Handle, which is a single timer and only runs once. The run cycle will stop after that unless KEY0 is pressed to turn it on again.)
    2020-06-24 05:00:01下载
    积分:1
  • TQFP-44-LQFP-44-package-library
    STC TQFP-44 LQFP-44封装库(TQFP-44 LQFP-44 package library)
    2012-09-28 11:26:18下载
    积分:1
  • GP3TEST
    PIC12F675 GP3使用方法程序 加protues 仿真 (PIC12F675 GP3 plus protues simulation using the methods and procedures)
    2009-12-14 18:03:31下载
    积分:1
  • 坦克车体程序
    坦克车体的源代码,对电子设计大赛有一定的帮助(Tank body source code, electronic design competition has certain help)
    2020-06-24 02:40:02下载
    积分:1
  • WIFI模块
    说明:  适合新手,一共有三个代码,第一个是测试模块,第二个是数据传输模块,第三个是结合MPU6050传输温度湿度的数据,使用的是esp8266(Suitable for beginners, there are three codes, the first is the test module, the second is the data transmission module, the third is the combination of mpu6050 temperature and humidity data transmission, the use of esp8266)
    2020-08-11 23:52:40下载
    积分:1
  • PWM
    基于zigbee的PWM的c程序源代码,用IAR加入工程。(Based on zigbee PWM c program source code, using IAR to join the project.)
    2013-08-20 10:20:26下载
    积分:1
  • 51bujindianji
    说明:  51单片机驱动步进电机电路及程序 内容详细,通俗易懂,很值得(51bujindianji)
    2009-07-28 22:13:02下载
    积分:1
  • stm32_SPWM_DAC_ADC_DMA
    一调试好了,放心使用吧,很好的,保证你会满意的。(A debugging good, feel free to use, very good, guarantee that you will be satisfied.)
    2020-10-09 15:07:34下载
    积分:1
  • DatamemoryEEPROM24C02
    /*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址 #define R24C02 0xA1 //存储器的读地址 #define MSB 0x80 //8位二进制最高位置1 #define LSB 0x01 //8位二进制最低位置1 (/* EEPROM24C02, program will read and write memory, it involves the keyboard program, more complex, patient study,* /# include <reg51.h># Include <intrins.h># Define W24C020xA0// write the memory address# define R24C02 0xA1// read memory address# define MSB 0x80// 8 bit binary highest position 1# define LSB 0x01// 8 bit binary lowest 1)
    2010-06-05 18:30:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载