-
它包含了基本的代码和定时器中断单片机ATMEL我…
It contains basic codes for timers and interrupts for microcontroller Atmel ATmega16
- 2022-01-25 16:26:35下载
- 积分:1
-
DE2 练习源码2-3
Part III
Figure 2a shows a circuit for a full adder, which has the inputs a, b, and ci, and produces the outputs s and co.
Parts b and c of the figure show a circuit symbol and truth table for the full adder, which produces the two-bit
binary sum cos = a + b + ci. Figure 2d shows how four instances of this full adder entity can be used to design
a circuit that adds two four-bit numbers. This type of circuit is usually called a ripple-carry adder, because of
the way that the carry signals are passed from one full adder to the next. Write VHDL code that implements this
circuit, as described below.
2
- 2022-02-01 03:42:27下载
- 积分:1
-
Nucleus系统介绍文档,其中介绍了实时系统的任务处理与抢占处理等。...
Nucleus系统介绍文档,其中介绍了实时系统的任务处理与抢占处理等。-Introduction Nucleus system documentation, which presents the real-time systems deal with the mission to seize such treatment.
- 2023-08-23 00:45:03下载
- 积分:1
-
自己编写四轴直升机飞控系统
本飞控系统是参考APM开源飞控系统的控制律和PID参数,主控芯片是STM32F103ZET6,跑了UC/OS操作系统,创建了多个任务,最快任务为5ms,用于更新MPU6050检测的加速度值和陀螺仪值,并调用DMP库函数得到姿态角,最后结合内外换的PID控制策略实现对姿态角的稳定控制,是一个自己认为成功的移植项目。
- 2022-03-21 03:15:47下载
- 积分:1
-
HCS08例程: 本程序是SPI模块的例程,所用资源是单片机内部集成SPI总线模块,所接器件为93C46...
HCS08例程: 本程序是SPI模块的例程,所用资源是单片机内部集成SPI总线模块,所接器件为93C46-HCS08 routine: This procedure is SPI modules, routines, resources are used in single-chip integrated SPI bus module, the access device for the 93C46
- 2022-02-10 03:10:07下载
- 积分:1
-
AVR microcontroller gcc seminar show how to use LCD, ADC, RS323 etc...
AVR microcontroller gcc seminar show how to use LCD, ADC, RS323 etc-AVR microcontroller gcc seminar show how to use LCD, ADC, RS323 etc...
- 2022-03-17 20:41:39下载
- 积分:1
-
arm GPIO控制基本设置基本输入输出
arm GPIO控制基本设置基本输入输出-lpc2368 gpio function can good work
- 2023-09-01 20:15:03下载
- 积分:1
-
use keil to program this code.
use keil to program this code.
- 2022-02-20 15:39:54下载
- 积分:1
-
Perfect Example for Embedded
Perfect Example for Embedded-C begineers
Explaining use of Data types, Storage class specifiers.
The following code will not immediately run. After being debugged, you are to run this code in the MPLAB environment as outlined in the procedure.
This code, when working, will be a very simple program that initializes two variables, runs a loop, and stops. The variables are Fahrenheit and Celsius representing the two common units of Temperature. The loop walks Fahrenheit through all integers between -212.0 and +212.0 while setting the respective Celsius value each step of the way.-Perfect Example for Embedded-C begineers
Explaining use of Data types, Storage class specifiers.
The following code will not immediately run. After being debugged, you are to run this code in the MPLAB environment as outlined in the procedure.
This code, when working, will be a very simple program that initializes two variables, runs a loop, and stops. The variables are Fahrenheit and Celsius repr
- 2022-03-02 19:58:08下载
- 积分:1
-
网络处理器例子程序
网络处理器例子程序--Example program for network programming.
- 2023-05-31 18:05:03下载
- 积分:1