搜索资源列表
xltExlt2
- 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Selec
DisplayerEx3
- 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select
s3c2410,iar
- s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select test 1 : Real time clock display 2 : 4 key array test 3 : Buzzer test 4 : ADC test 5 : IIC EEPROM test 6 : Touchpanel test 7 : 3.5# TFT LCD 240*320 test 8
uCOS-II
- 51单片机上跑uCOS-II操作系统 1.在新建工程的时候Source Group 1 要选择SRC。 2.浮点库C51BFPC.LIB要加入。 3.一定要选择大模式。-51 MCU run on uCOS-II operating system 1. In new construction when the Source Group 1 to select SRC. 2. C51BFPC.LIB floating-point libraries to join. 3. Be sur
cpu_zs
- 可以推理出规则中各部分的与控制性能的关系,即如果控制系统要在要求的范围内实现理想的控制,首先在选择各个模糊子集时,要使它们在论域上有合理的分布,在定义这些模糊子集时-Can reasoning rules out various part of and the relationship between the control performance, that is, if the control system in within the scope of the requirements to
keilc
- keil c基本使用,包括工程建设,芯片选择,编译,生成hex文件-keil c basic use, including construction, chip select, compile, generate a hex file
gpba02a_gpio_drive
- 凌阳 GPBA02A I/O 扩展IC 驱动,24 个 i/o Chip SPI interface.-Sunplus GPBA02A I/O expansion IC driver, 24 i/o Chip select signal for SPI interface
STM32F4_SD_SPI
- If you want to use SPI communication instead of SDIO on STM32F4xx for any reason, you can do that. To enable SPI communication, open your defines.h file and set constant Now, SPI is activated. Make sure, that you include dependencies libraries, des
bishe1.012
- 将μC/OS III与STemWin移植到基于Cortex-M4的STM32 F407开发板平台上,选择合适的触摸屏,编写触摸屏应用程序,实现触摸按键来确定菜品金额,将金额、菜品、图片等信息进行存储,通过在屏幕上选择菜品,点击(触摸)屏幕上的菜品图片,就可以进入该菜品的购买界面,通过结合一定的硬件,称重,就可以得到价格,最后计算出所有选购菜品的总额。(The C/OS III and STemWin F407 development board based on STM32 transplant