-
DSP2812的AD采集 采用的是中断的方式 用EV出发中断
DSP2812的AD采集 采用的是中断的方式 用EV出发中断-DSP2812 s AD collect。it is interrupt ,use EV
- 2022-01-28 05:50:23下载
- 积分:1
-
基于UART的加法器的实现
应用串口调试工具作为外部输入与输出的接口,实现多位数的相加。即通过UART串口分别输入需要相加的多位数A与B,最后把A和B两个多位数相加的过程和结果,回显给用户。具体实现方法:应用UART中断。
- 2022-03-26 18:52:25下载
- 积分:1
-
微机原理ARM嵌入式实验
资源描述
资源包含微机原理初学者入门所需编写实现的一些功能程序,并可以有自己进一步修改实现。
程序是基于ARM处理器用C语言和ARM汇编语言编写的程序,包含汇编的冒泡算法、字符串拷贝、与c调用等基本程序,也有复杂控制led灯,实现串口通信等进阶程序供初学者学习实现
- 2022-02-25 03:53:01下载
- 积分:1
-
杭州利宇泰公司的基于44B0的ARMSys开发板上的大量源代码,包括ADC、ARP、彩色LCD、外部中断、以太网底层函数、FAT16文件系统、Flash ROM...
杭州利宇泰公司的基于44B0的ARMSys开发板上的大量源代码,包括ADC、ARP、彩色LCD、外部中断、以太网底层函数、FAT16文件系统、Flash ROM、GUI软件包、Helloworld程序、IIC接口、扫描键盘、Ping程序、44B0内置RTC示例、SDRAM接口、定时器示例、触摸屏示例、UART示例和uC/OS-II的移植、应用(包括多任务、任务间通信、中断服务程序)、UDP数据传输、USB固件编写等程序代码和工程。一次性共享给大家使用。可以作为其他samsung44B0开发板上应用程序的下载。-Lee Yu-tai Hangzhou-based company 44B0 ARMSys development board of a large number of source code, including the ADC, ARP, color LCD, external interrupts, Ethernet bottom function, FAT16 file system, Flash ROM, GUI packages, Helloworld procedures, IIC interfaces, scanning keyboard, Ping procedures 44B0 built-in RTC example, SDRAM interface, timers example, the touch screen example, UART examples and uC/OS-II transplants, applications (including multitasking, inter-task communication, interrupt service routine), the UDP data transmission, USB firmware preparation procedures code and engineering. One-time use for everyone to share. As other samsung44B0 development board application downloads.
- 2022-03-23 12:05:41下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1
-
TI TMS320DM642 FPGA OSD字符叠加源码,有较强的参考价值
TI TMS320DM642 FPGA OSD字符叠加源码,有较强的参考价值-TI TMS320DM642 FPGA OSD PD6450 source, and have strong reference value
- 2022-02-02 20:01:23下载
- 积分:1
-
24c02 通用子模块源代码,不好用你找我。
24c02 通用子模块源代码,不好用你找我。-24C02 generic module source code, not with you to find me.
- 2023-05-03 11:35:03下载
- 积分:1
-
xlinix the SPARTAN
xlinix 公司的 SPARTAN-3 片子
Spartan-3E HDL 设计库指南
本人正在使用
如果需要其他信息的 可以和我联系-xlinix the SPARTAN-3 film Spartan-3E HDL design library guidelines are in use if I need other information can contact me and
- 2023-07-20 06:15:04下载
- 积分:1
-
s2410 file driver code,it s importtant
s2410 file driver code,it s importtant
- 2022-01-22 04:57:30下载
- 积分:1
-
基于LM3S9B92的uCOSII V2.86移植
该移植范例是针对LM3S2965-EVM开发板,代码稍加修改即可适合Stellaris其他系列的ARM。
代码详细说明可参考”LM3S2965-EVM开发板用户手册“。
- 2022-04-10 04:07:14下载
- 积分:1