-
ADC 0808 Interfacing
ADC 0808 Interfacing
- 2022-03-06 07:33:56下载
- 积分:1
-
c/c++嵌入式系统编程,讲解十分详细,是开发比不可少的资料
c/c++嵌入式系统编程,讲解十分详细,是开发比不可少的资料-c_c++ embedded system programming, which is very particular, and is a worth document
- 2022-06-16 18:00:43下载
- 积分:1
-
Embedded Linux board in the arm transplant
嵌入式linux在arm板上的移植-Embedded Linux board in the arm transplant
- 2022-02-10 03:06:35下载
- 积分:1
-
ILI9328 液晶显示控制器和驱动程序
LCD控制器和驱动器的文档和源代码
- 2022-03-29 13:43:39下载
- 积分:1
-
嵌入式linux下关于mtd层源代码分析
嵌入式linux下关于mtd层源代码分析-Embedded linux on the MTD layer under the source code analysis
- 2022-02-01 11:23:29下载
- 积分:1
-
MSP430的闪烁LED使用定时器
应用背景定时器是用来闪烁发光二极管的。每一次溢出,定时器产生一个中断,这是用来眨眼的。由于定时器的时钟由smclock(运行在约1MHz),8溢出数近似每0.5秒钟闪烁一次。 ;关键技术本示例使用定时器时钟从smclock。这个时钟是基于单片机的电流频率1MHz。在这种情况下,我们希望LED切换每0.5s。利用上述公式,我们可以计算出如何程序定时器。计数结果在524288,这是8倍65536。该定时器将产生一个溢出中断,并重置一次,它达到65536。因为我们要数到524288,之后每8溢出中断,LED将被切换的。
- 2022-02-03 17:22:22下载
- 积分:1
-
DSP PWM+AD转换工程文件
1) 采用汇编语言或C语言编写简单DSP程序,实现DSP系统寄存器、看门狗寄存器、中断相关寄存器等初始化;
2) 编写两个子程序
- 2023-01-14 06:05:03下载
- 积分:1
-
通过对计算机的组织与结构的分析,综合运用所学计算机原理知识,设计并实现较为完整的计算机,即模型机。它可以完成一般计算机的最基础功能,具备16条基本指令,以及4种
通过对计算机的组织与结构的分析,综合运用所学计算机原理知识,设计并实现较为完整的计算机,即模型机。它可以完成一般计算机的最基础功能,具备16条基本指令,以及4种寻址方式等。并且,计算机数据通路的控制将由微程序控制器来完成,CPU从内存中取出一条机器指令到指令执行结束的一个指令周期全部由微指令组成的序列来完成,即一条机器指令对应一个微程序。设计过程包括四个部分:㈠模型机硬件组成分析;㈡指令系统设计;㈢微程序设计;㈣上机实现,示范程序。- Through to the computer organization and the structure
analysis, the synthesis utilization studies the computer principle
knowledge, designs and realizes a more complete computer, namely
molding machine. It may complete the common computer the most
foundation function, has 16 elementary instructions, as well as 4
addressing ways and so on. And, the computer data path control will
complete by the microprogram controller, CPU will take out a machine
instruction from the memory a instruction cycle which finished to the
instruction execution completely the sequence which will be composed
by the microcode to complete, namely a machine instruction will
correspond a microprogram. Design process including four parts: (1)
Molding machine hardware composition analysis;
- 2023-05-19 08:35:03下载
- 积分:1
-
针对三星ARM处理器的flash烧写程序,可以将二进制代码写入flash。...
针对三星ARM处理器的flash烧写程序,可以将二进制代码写入flash。-against Samsung ARM processor flash burning process, the binary code can be written into the flash.
- 2022-08-14 01:56:54下载
- 积分:1
-
2014电子设计竞赛B题—金属探测器程序
这个源码是2014年电子设计大赛湖北赛区的B题,金属探测器。包括金属探测器的驱动,还有金属探测器的扫描方式,以及确定圆心的算法。当时我们用的是皮带传动,x,y轴扫描方式,效果非常好,就是100%中圆心,不管是硬币还是铁环。
- 2022-07-11 14:27:34下载
- 积分:1