搜索资源列表
video_software
- use of NIOS PIO to simulate I2C bus,to initial TVP5150-use of NIOS PIO to simulate I2C bus, to initial TVP5150
sd_audio_aic23
- SD卡和AIC23数字音频输出实验, FreeDev Audio Dsp Board采用了TI公司的TVL320AIC23 1、控制接口使用I2C,Quartus中将CS置低(器件地址0011010)。 2、数字音频接口使用了组件FreeDev_aic23,有三种测试和应用 模式,中断结合DMA方式能在NIOS II中采集和发送数据。中断信号 产生于模块中FIFO缓冲区的半满信号,读取数据端口自动清除中断 请求信号。 3、I2C IP 和FreeDev_aic23 IP分别在Qu
IDEctrl
- 自编的某项目中的基于NIOS II的硬盘控制程序,支持PIO方式对硬盘的操作
pio_shiyan
- NIOS学习的例子,使用QUARTUS进行编辑和IDE共同实现的,使用ALTERA公司的内带IP完成例子。-NIOS study example, the use of QUARTUS common IDE for editing and realized within the company using ALTERA complete with examples of IP.
tst_sw
- 测试switch部分代码 在nios IDE 7.2 下调试通过-PIO part of the test code to debug through the nios IDE 7.2
redo_pio_irq
- 测试NIOS PIO 与 及其中断的源代码 在NIOS IDE 7.2 下调试通过-Test NIOS PIO and its interrupt source code to debug through the NIOS IDE 7.2
nios
- 嵌入式简单实验 基于niosII 包括lcd uart pio 的入门应用-Embedded simple experiment based on niosII including lcd uart pio entry applications
nios.ii
- NIOSII开发例程源码包括spi,dma,PIO等-NIOSII development routine source code, including SPI, DMA, PIO, etc.
pjt
- NIOS-II中PIO模拟的IIC驱动控制MT9M034摄像头-PIO simulated IIC driver control MT9M034 camera based on NIOS_II core
rtc
- NIOS II下进行RTC实时时钟的开发,比较有难度的知识点: 1. PIO的深度应用; 2. C语言中函数指针的应用; 3. DS1302的驱动编写; 4. C语言中程序的模块化书写方式; -NIOS II development for the next RTC real time clock, have more knowledge of difficulty: . 1 PIO depth application 2 Application
IDEctrl
- 自编的某项目中的基于NIOS II的硬盘控制程序,支持PIO方式对硬盘的操作-Written and directed a project in NIOS II based on the hard disk control procedures, to support the PIO on the hard disk operation
nios
- 嵌入式简单实验 基于niosII 包括lcd uart pio 的入门应用-Embedded simple experiment based on niosII including lcd uart pio entry applications
video_software
- use of NIOS PIO to simulate I2C bus,to initial TVP5150-use of NIOS PIO to simulate I2C bus, to initial TVP5150
IDEctrl
- 自编的某项目中的基于NIOS II的硬盘控制程序,支持PIO方式对硬盘的操作-Written and directed a project in NIOS II based on the hard disk control procedures, to support the PIO on the hard disk operation
USB_save
- 这是基于FPGA的USB通讯程序。通过在quartus中建立SOPC,建立PIO口,并在NIOS中写驱动和寄存器等,实现USB通信。经检验,该程序通信正常。-This is FPGA-based USB communication program. By establishing the quartus in SOPC, establish PIO mouth and NIOS to write drivers and registers, realize USB communications.
LCD
- 本实验通过使用 SOPC Builder 搭建一个包含cpu、ram、sdram、pio、lcd定制ip核、jtag _uart”的SOPC系统。 1.通过该系统实现在eclipse的调试串口上显示字符的功能。 2.通过该nios处理器的pio实现流水灯的效果。 3.通过该系统实现在1602液晶上的字符显示。