-
IRtest
红外遥控测试程序,简单的译码.可用在各种红外遥控器中.(Infrared remote test procedure, a simple decoding. Used in a variety of infrared remote control.)
- 2013-10-06 21:32:25下载
- 积分:1
-
doifgkldhfglfdkhglsh
说明: msp430基于日历系统的实现,功能实现很好(Controller calendar system based on the realization that to achieve good functional)
- 2006-04-18 16:00:13下载
- 积分:1
-
DAC
基于MSP430定时器实现的DAC设计源代码(Based on MSP430 timer realize the design of the source code of the DAC)
- 2008-05-12 14:15:50下载
- 积分:1
-
RC522
实现RC522射频芯片的读写,扣费,注册,和充值等功能,51单片机绝得可以用(RC522 RF chip to read and write, chargeback, registration, and recharge function, 51 MCU must have to be able to use)
- 2021-04-25 02:28:47下载
- 积分:1
-
Cy7C68013-slavefifo-design
使用Cypress的Cy7C68013A芯片进行设计,实现Slave FIFO模式的数据采集。程序包括USB固件程序以及主机程序。(Using Cypress' s Cy7C68013A chip design, data acquisition Slave FIFO mode. The program includes a USB firmware and host program.)
- 2013-02-20 19:26:19下载
- 积分:1
-
OLED_stm32 显示例程
说明: OLED驅動程序 (STM32 平台), 新版SPI 接口 OLED模块!
CS(片选,已接地,不用接) RET(复位)(OLED Driver (STM32 Platform))
- 2019-07-10 17:58:45下载
- 积分: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
-
STM32_FOC_PMSM
这是 关于STM32单片机 PWM电机调速的 例程文件(this is about stm32 pwm )
- 2017-03-11 15:08:24下载
- 积分:1
-
NNAD_Flash
说明: 基于SPMC75的NNAD_Flash K9F1208的驱动程式序,对一些需要存海量数据的单片机应用场合有用.(SPMC75 NNAD_Flash K9F1208 driven programming sequence. some need to deposit large volumes of data to the microcontroller applications useful.)
- 2006-02-12 00:35:20下载
- 积分:1
-
5529控制舵机
msp430f5529通过输出PWM波控制舵机(Msp430f5529 control steering gear)
- 2020-10-12 20:57:32下载
- 积分:1