登录
首页 » 嵌入式系统 » Samsung uCOS

Samsung uCOS

于 2022-03-13 发布 文件大小:327.51 kB
0 200
下载积分: 2 下载次数: 1

代码说明:

uCOS-II在三星44B0开发板上的移植,程序用了两个简单任务,使使用者对uCOS-II有一个清晰的认识-Samsung uCOS-II development board 44B0 transplantation, the procedure has two simple tasks, so that users uCOS-II have a clear understanding of

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

发表评论

0 个回复

  • DE2 练习源码2-1
    Part I We wish to display on the 7-segment displays HEX3 to HEX0 the values set by the switches SW15−0. Let the values denoted by SW15−12, SW11−8, SW7−4 and SW3−0 be displayed on HEX3, HEX2, HEX1 and HEX0, respectively. Your circuit should be able to display the digits from 0 to 9, and should treat the valuations 1010 to 1111 as don’t-cares. 1. Create a new project which will be used to implement the desired circuit on the Altera DE2 board. The intent of this exercise is to manually derive the logic functions needed for the 7-segment displays. You should use only simple VHDL assignment statements in your code and specify e
    2022-03-23 22:31:42下载
    积分:1
  • 交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯...
    交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯通车,东西红灯。过一段时间转状态2,南北绿灯闪几次转亮黄灯,延时几秒,东西仍然红灯。再转状态3,东西绿灯通车,南北红灯。过一段时间转状态4,东西绿灯闪几次转亮黄灯,延时几秒,南北依然红灯。最后循环至状态1。 2. 双色LED是由一个红色LED管芯和一个绿色管芯封装在一起,公用负端。当红色正端加高电平,绿色正端加低电平,红灯亮;红色正端加低电平,绿色正端加高电平,绿灯亮;两端都加高电平,黄灯亮。 急救车和交通灯: 中断服务程序的关键是:1. 保护进入中断时的状态,并在推出中断之前恢复进入时的状态;2. 必须在中断程序中设定是否允许中断重入,即设置EX0位。 本设计使用了INT0中断,一般中断程序进入时应保护 PSW,ACC以及中断程序使用但非其专用的寄存器。本设计中的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,及设置时不允许重入。本设计中没有涉及这种情况。 name:trled1.asm trled2.asm-traffic lights : 1. Because of the design of the traffic lights, so there must first understand the traffic lights change. Assuming a crossroads for the east-west north-south. Initial state of things 0 red light, red light north-south. Then the state opening of a north-south green, red things. For a period of time to state 2-green flashing yellow light switch several times, a few seconds delay, things are still red. Three sub-state, opening things green, red ligh
    2022-04-29 18:17:53下载
    积分:1
  • atmel的at91sam9260芯片的外部中断初始化实例以及一些常用接口初始化程序,源于实际应用...
    atmel的at91sam9260芯片的外部中断初始化实例以及一些常用接口初始化程序,源于实际应用-atmel chip of at91sam9260 external interrupt as well as some commonly used to initialize an instance of interface initialization procedure, from the practical application of
    2022-03-18 20:46:44下载
    积分:1
  • ARM综合板子分时电度器计算电价,用电时数,分时用电时数,在不同寄存器中存储。...
    ARM综合板子分时电度器计算电价,用电时数,分时用电时数,在不同寄存器中存储。-ARM integrated board protractor timeshare computing power tariff, electricity hours, time-consumption hours, stored in different registers.
    2022-07-18 02:27:41下载
    积分:1
  • 从电脑使用 89s52 写液晶
    你好朋友 我写的代码在 4 位中的液晶显示器的接口和写它的 PC 通过超级终端。提前如果您按下输入按钮你键盘光标移到新的线和按退格键的性格将会删除。试一试你将会得到更好的主意,关于接口液晶显示器,与 8051 串行端口
    2023-08-15 23:30:03下载
    积分:1
  • 按键检测超精简实用程序
    个人珍藏的超精简按键程序,这个程序是个人收藏并沿用多年的一个按键检测,需要配合定时中断来使用,当然现在也没有人用最傻瓜的for来做延时了吧; 我这个程序可以实别,短按,连按,长按,双击等动作! 非常实用!
    2022-03-10 08:29:26下载
    积分:1
  • 这是韩国原版X
    这是韩国原版X-Hyper250B开发板的原代码。在LINUX下编译,对ARM开发的有重要助啊。--Source code for X-Hyper250B developing board. It is compiled in LINUX and is helpful for developing ARM.
    2022-07-10 23:28:31下载
    积分:1
  • 基于LPC2131的SPI编程驱动,主机方,查询方
    基于LPC2131的SPI编程驱动,主机方式,查询方式-LPC2131-based programming of the SPI driver, host mode, query the way
    2022-01-22 11:41:37下载
    积分:1
  • collected some of the interrupt function
    搜集了一些关于串口中断的一些函数-collected some of the interrupt function
    2022-02-13 10:05:09下载
    积分:1
  • This is a C8051F410 comparator source, is very beneficial for modular programmin...
    这是C8051F410比较器的源程序,对模块化编程很有好处。-This is a C8051F410 comparator source, is very beneficial for modular programming.
    2022-03-13 08:38:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载