-
mcu8051
单片机C语言程序设计实训100例——基于8051+Proteus仿真(Microcontroller C Programming Language Training 100 cases- based 8051+Proteus simulation)
- 2012-11-19 10:01:45下载
- 积分:1
-
STM32SPWM-190426
说明: 用TIM1输出6路互补的SPWM,实现电机转动,用VF调频调压(Six complementary SPWM outputs from TIM1 are used to realize motor rotation and VF frequency and voltage regulation.)
- 2019-06-29 15:34:06下载
- 积分:1
-
3
说明: 基于单片机的指南针毕业设计,精度高,可行性较好(Compass graduation microcontroller-based design, high accuracy, feasibility)
- 2012-04-15 14:50:04下载
- 积分:1
-
MSP430DATASHEET
MSP430系列单片机是美国德州仪器(TI)1996年开始推向市场的一种16位超低MSP430单片机功耗、具有精简指令集(RISC)的混合信号处理器(Mixed Signal Processor)。称之为混合信号处理器,是由于其针对实际应用需求,将多个不同功能的模拟电路、数字电路模块和微处理器集成在一个芯片上,以提供“单片机”解决方案。该系列单片机多应用于需要电池供电的便携式仪器仪表中。(Texas Instruments MSP430 MCU is (TI) 1996 began to market a 16-bit ultra-low-power MSP430 microcontroller with a reduced instruction set (RISC) mixed-signal processor (Mixed Signal Processor). Called mixed-signal processors, due to its demand for practical application, the plurality of different functional analog circuit, digital circuit modules and integrated on a single chip microprocessor, to provide a "single-chip" solution. The family of microcontrollers and more applications that require battery-powered portable instrumentation.)
- 2014-06-14 00:12:24下载
- 积分:1
-
51_gprs
51单片机片上串口控制GPRS模块。用KEIL 软件调试成功。(51 MCU on-chip serial port to control the GPRS module. KEIL software debugging success.)
- 2012-06-21 11:26:24下载
- 积分:1
-
stm32多级菜单实现12864
stm32+freertos实现多级菜单按键翻页,汉字字库(STM32 + FreeRTOS realizes multi-level menu button page turning and Chinese character library)
- 2018-12-10 19:30:46下载
- 积分: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
-
CertificationRequestInfo
Certification Request Info for Andriod.
- 2013-12-05 10:43:26下载
- 积分:1
-
Upatate_JLINK_V8
It s Update pack of Jlink V8.
- 2016-02-04 13:02:47下载
- 积分:1
-
progjess
The progress of the color gradient(The progress of The color gradient)
- 2017-03-13 16:40:23下载
- 积分:1