-
XilinxVirtualCable-master
Xilinx虚拟连接,这是一种基于TCP/IP协议的通信技术,以实现JTAG功能,通过这样的连接,可以访问开发的FPGA或者SOC,而不需要通过传统的JTAG电缆。(Xilinx Virtual Cable (XVC) is a TCP/IP-based communication protocol that acts
like a JTAG cable and provides a means to access and debug your FPGA or SoC
design without using a physical cable. In this document are the general details
of this XVC 1.0 protocol.)
- 2017-08-08 18:41:25下载
- 积分:1
-
DELAY100US
义隆单片机EM78P153SN 程序
100US延时 汇编语言(Elan microcontroller EM78P153SN program
100US assembly language delay)
- 2014-01-22 22:16:57下载
- 积分:1
-
Uart_receive
STM32F4系列串口接收函数,,程序已测试通过。(void USART1_IRQHandler(void) //串口1中断服务程序
{
u8 Res
#ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了.
OSIntEnter()
#endif
if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收到的数据必须是0x0d 0x0a结尾)
{
Res =USART_ReceiveData(USART1) //(USART1->DR) //读取接收到的数据
if((USART_RX_STA&0x8000)==0)//接收未完成
{
if(USART_RX_STA&0x4000)//接收到了0x0d
{
if(Res!=0x0a)
USART_RX_STA=0 //接收错误,重新开始
else
USART_RX_STA|=0x8000 //接收完成了
}
else //还没收到0X0D
{
if(Res==0x0d)USART_RX_STA|=0x4000
else
{
USART_RX_BUF[USART_RX_STA&0X3FFF]=Res
USART_RX_STA++
if(USART_RX_STA>(USART_REC_LEN-1))USART_RX_STA=0 //接收数据错误,重新开始接收
}
}
}
}
#ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了.
OSIntExit()
#endif
} )
- 2016-01-21 17:04:30下载
- 积分:1
-
SteadyWinner-v-6.0.
MT4智能EA,官网售价US$88.是一款可以稳定获利的EA.(MT4 EA, the price in the official website is US $ 88. It is a stable profitable EA.)
- 2020-06-30 17:00:01下载
- 积分:1
-
CHN-characters-dot-matrix-display
32X16LED汉字点阵显示屏(atmega16) - 单片机仿真 - Proteus仿真(32by16LED Chinese characters dot matrix display microcontroller)
- 2013-12-10 11:22:18下载
- 积分:1
-
ADS1256_UART_C51
C51控制ADS1256通过串口显示,已调试通过(ADS1256 C51 control via the UART, debugging through)
- 2014-12-26 22:59:38下载
- 积分:1
-
sd.mcp_0_backup
编写的飞思卡尔的sd卡读写程序,可以完成对sd卡的扇区读写,效率高,执行速度快(Writing the freescale sd card reading and writing program, can complete the sd card to the sector, speaking, reading and writing, high efficiency, the execution speed)
- 2011-12-03 21:49:34下载
- 积分:1
-
STM32F103通用工程模板V1.1
STM32通用工程模板,直接使用,不需要新建工程。。。。。。。。。。。。。。。。。。。。。。。。(STM32 General Template)
- 2020-06-24 10:40:02下载
- 积分:1
-
sample_SPI
16位瑞萨单片机RL78G13 SPI程序 现在网上瑞萨资料基本没有(16 Renesas MCU RL78G13 SPI program online now basically no Renesas data)
- 2015-05-07 21:43:56下载
- 积分:1
-
powerdemo_6.5.1
伺服电机控制系统,02年开始积累,效果好,速度快,PI控制,经典控制,fuzzy PID,自适应控制,速度位置控制等等,欢迎大家参考。(Servo motor control system, in 2002 began to accumulate, effective, fast, PI control, classical control, fuzzy PID, adaptive control, speed position control, etc., we welcome the reference.)
- 2013-12-11 14:16:50下载
- 积分:1