-
lpc2131 hardware does not support interrupt nesting, the routine through the sof...
lpc2131硬件不支持中断嵌套,该例程通过软件实现中断嵌套-lpc2131 hardware does not support interrupt nesting, the routine through the software interrupt nesting
- 2022-05-16 11:28:26下载
- 积分: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
-
基于mips架构的ATI
基于mips架构的ATI-XILLEON 226的mp3解码程序-Mips architecture based on the ATI-XILLEON 226
- 2022-06-12 20:45:00下载
- 积分:1
-
pt2262解码程序 解码程序pt2262解码程序.rar
pt2262解码程序 解码程序pt2262解码程序.rar-pt2262 decoding procedures pt2262 decoding process decoding procedures. rar
- 2022-02-26 22:28:06下载
- 积分:1
-
在阳初2410开发板移植U
在阳初2410开发板移植U-Boot1.2.0的详细笔记,本人按照这个笔记在SMDK2410的开发板上通过测试。-In the beginning of 2410 development board yang transplantation of the U-Boot1.2.0 detailed notes, I SMDK2410 according to the notes in the development of on-board to pass the test.
- 2022-03-03 06:55:32下载
- 积分:1
-
以S3C44B0X嵌入式处理器为核心的嵌入式系统硬件平台上进行uClinux操作系统的剪裁、移植和通过使用其UART端口,连接PC机的串口,实现ARM与PC机的...
以S3C44B0X嵌入式处理器为核心的嵌入式系统硬件平台上进行uClinux操作系统的剪裁、移植和通过使用其UART端口,连接PC机的串口,实现ARM与PC机的数据传输的过程。-To S3C44B0X embedded processor as the core of embedded system hardware platform uClinux operating system tailoring, transplants and through the use of the UART port, serial port to connect PC machine, the realization of ARM and PC-data transmission process.
- 2022-05-14 16:46:23下载
- 积分:1
-
(U盘MP3)FAT文件系统的源代码,U盘,MP3文件系统下,福…
(U盘MP3)FAT文件系统源码,u盘,mp3下的文件系统,完全兼容fat16,fat32,加上自己的硬盘驱动接口后应该可以使用-(U disk MP3) FAT file system source code, u disks, mp3 under the file system, fully compatible fat16, fat32, coupled with its own hard disk drive interface can be used after
- 2022-03-13 03:06:24下载
- 积分:1
-
192X64液晶的80c51单片机语言液晶驱动文件,汉字库取模,图像取模...
192X64液晶的80c51单片机语言液晶驱动文件,汉字库取模,图像取模-192X64 LCD language of the 80C51 single-chip LCD driver files,汉字库modulus, images modulus
- 2022-01-25 22:51:10下载
- 积分:1
-
《设计与验证Verilog HDL》_吴继华_光盘资料(参考代码)
资源描述《设计与验证Verilog HDL》_吴继华_光盘资料(参考代码),设计与验证Verilog HDL配套的代码。
- 2022-07-25 20:01:43下载
- 积分:1
-
dsp开发材料,来自于TI,英文。对于初学者有用
dsp开发材料,来自于TI,英文。对于初学者有用-dsp development of materials, from TI and English. Useful for beginners
- 2022-07-01 19:29:48下载
- 积分:1