搜索资源列表
UArmJtag2.0
- UArmJtag2.0仿真软件 功能强大、超“硬”的软件仿真器! 博创科技最新发布的ARM调试驱动程序UArmJtag2.0是UArmJtag1.5的升级版本,是继能够成功支持ADS1.2的UArmJtag1.5后的又一重大贡献,UArmJtag2.0可以独立实现FLASH烧写功能,完全替代一般意义上的硬件仿真器,使广大高校师生和科研爱好者从高成本的ARM开发工具中解脱出来! UArmJtag是博创科技自主研发的,超低成本,高性能的ARM仿真调试工具,支持目前市场普遍采用的并口模拟简易仿真器,使
jtag_cpld_vhdl
- JTAG CPLD实现源代码,比用简单并口调试器快5倍以上。 以前总觉得简单的并口jtag板速度太慢,特别是调试bootloader的时候,简直难以忍受。最近没什么事情,于是补习了几天vhdl,用cpld实现了一个快速的jtag转换板。cpld用epm7128stc100-15,晶振20兆,tck频率5兆。用sjf2410作测试,以前写50k的文件用时5分钟,现在则是50秒左右。tck的频率还可以加倍,但是不太稳定,而且速度的瓶颈已经不在tck这里,而在通讯上面了。 -JTAG CPLD
para_serial
- FPGA内NIOSII核的并口,串口的初始化及其开发-NIOSII nuclear FPGA within the parallel port, serial port initialization and Development
编写程序控制8255A可编程并行接口芯片
- 编写程序控制8255A可编程并行接口芯片,使实验台上的红、绿、黄发光二极管按照十字路口交通信号灯的规律交替发光。当按下任意键则停止运行,返回DOS。-preparation process control 8255A programmable parallel interface chip, lab tables in red, green, Huang LED traffic lights in accordance with the crossroads of the law turn lu
jx44b0study_system_souce_code
- 压缩包里包含有JX44B0教学实验系统用户手册及该系统的全套试验例程,用c编写,在ADT环境下编译后下载到 实验板即可执行,是学习arm开发的有用例程 源文件说明 Leddemo LED显示实验 Led LED 显示实验 Serial 串口实验 Interrupt 外部中断实验 Dma DMA实验 Pwm PWM实验 Rtc 实时时钟实验 Watchdog 看门狗实验 Ad AD 采样实验 St
LCD_main
- ST7920并行方式的源码,自己写的,大家可以参考一下-LCD parallel mode of the source code, wrote, we can take a look
source_demo_stV0288_ix2476_V0_05_
- 通过PC并口模拟I2C信号,编写sharp stV0288 芯片驱动,在VC++环境下编译通过。-PC parallel port through I2C signal simulation, prepared sharp stV0288 chip-driven, the VC environment compile.
JTAG
- This a c_based JATG.This code assumes that you have a JTAG parallel cable connected to your PC // Works with Xilinx parallel III or Altera ByteBlasterMV/
jtag_logic
- Serial/Parallel converter, interfacing JTAG chain with FTDI FT245BM
GIVEIO
- 三星公司官方 GIVEIO.SYS源代码下载。 In windows NT/2000/XP, any application can’t access the I/O such as the parallel port. So, GIVEIO.SYS enables SJF.exe to access the parallel port without any memory fault. In windows 95/98, GIVEIO.SYS isn’t needed.
直接操作并行口
- 针对硬件操作,示例为并口直接对ARM的FLASH芯片进行修改-against hardware operation, the sample directly to the parallel port on the ARM chip changes FLASH
s3c2440-jtag
- s3c2440 arm 开发版的jtag与pc并口的连接线,适合自己制作-Development version of s3c2440 arm with the pc parallel port JTAG cable, suitable to produce their own
weiji
- 并行口实验,中断实验,DMA实验,串行通信实验-Parallel experiments, interruption of the experiment, DMA experiments, serial communication experiment
CC2430PRO
- 通过并口就能对CC2430 烧写程序,程序运行在Linux下,Windows下暂没法支持。-Through the parallel port can be on the CC2430 programmer procedures, procedures under Linux running on, Windows can not support under the suspense.
two-plane-parallel-communication
- 本实例详细讲解了处理器上双机并口通信的过程,让我们了解PC机上通信的奥秘!-Detailed account of the examples of two-plane parallel processors on the process of communication, let us understand the PC, the mysteries of communication!
MCP2515_driver_s3c2440based
- 本驱动程序在s3c2440上实现了两路基于SPI的CAN总线控制器。两通道可以并行,并使用外部定义的两个信号量来通知接收任务收到CAN总线帧,并将其存入预先定义的队列中(帧定义在CAN总线控制器驱动程序的头文件中)。CAN总线控制器的中断引脚分别连接到ARM的EINT3和EINT8_23上-The driver s3c2440 achieved a two-way SPI-based CAN bus controller. Two channels can be parallel, and us
msp430f149--12864-Parallel-Driver
- 基于msp430f149 ,液晶12864显示,并行通信。-Based on MSP430F149, the liquid crystal display 12864, parallel communication.
12864-Parallel-Driver
- 基于map430 launchpad的液晶12864的驱动程序,并行驱动方式-Based map430 launchpad LCD 12864 driver, parallel drive mode
I2C-Parallel
- I2C parallel interface with slave and master combination
LCD-serial-to-parallel
- lcd1602液晶屏使用8位并行传输数据,因为这样需要引脚比较多,所以有这个想法是否可以向12864那样串行传输数据。但是1602不向12864有串行模式,它只有一个并行模式。这时组内有人提出可以使用74HC595这个芯片,它的特性正好是8位串行输入转平行输出。 接下来开始讨论控制的时序图,1602的时序图十分简单,我们用用画图得出了串行下的时序。 -LCD1602 LCD screen using 8 bit parallel transmission of data, becau