资源列表
12_DEMO_N-
- FPGA 开发板LED灯初始化调试程序,开发板键盘初始化,检验开发板硬件是否能正常运行-FPGA board LED lights testing and keyboard testing
mem_wr
- 通过ZYNQ的PS部分读写DDR3存储器(Read and write the DDR3 memory via the PS portion of the ZYNQ)
YH9-SF320MV5
- 亿和电子工作室实验源码, YH9-SF320MV5实验源码-EVA electronic studio experimental source, YH9-SF320MV5 source
ICETEK-DM642-P4
- ICETEK-DM642-P4 开发板测试程序-ICETEK-DM642-P4 test program development board
arduino-lite-r1.0
- Arduino-Lite (高效轻量级AVR库) Arduino-Lite是由RoboPeak开发并使用的轻量级且高效率的AVR固件库-Arduino-Lite (the efficient lightweight AVR library) Arduino-Lite by RoboPeak development and use of lightweight and high efficiency AVR firmware library
fft_8
- 基于quartusiI的8位傅立叶变换。verlog程序加仿真。-Based quartusiI eight Fourier transform. verlog program plus simulation.
cs555.rar
- 这是一个用VHDL语言写的用状态机控制cs5550进行AD转换的代码,里边包含用逻辑分析仪进行分析的文件。具有很强的可移植性。,This is a work written in VHDL language using state machine control cs5550 for AD conversion code inside that contains the logic analyzer with an analysis of documents. Are highly portab
Altera-FPGA_CPLD
- FPGA CPLD 高级篇 教你怎么编verilog-FPGA CPLD senior articles teach you how to compile verilog
Nios2_LB0
- 利用Nios平台用C语言跑通LED循环点亮(Use the Nios platform to run the LED cycle with the C language)
STM32F10x_StdPeriph_Lib_V3.5.0
- STM32 V3.2原版开发固件库,包含多个实例
AlteraFPGA
- quartus II 软件入门和进阶,是《ALtera fpga_cpld 设计》(基础篇)-quartus II software, introductory and advanced, is " ALtera fpga_cpld design" (Basics)
STM32
- while(1) { if(k>=128) {k=0 LCD_Write_Pic(0xff) } else { for(i=0 i<4 i++) for(j=0 j<16 j++) { LCD_Write_A_CHAR(i*2, j*8, k) k++ } } Delay(0x2ffffff) key_num = ReadKeyDown()