-
huibian
包含大量的汇编单片机的编程,对汇编语言有一定的要求,为学习C语言的提供一定汇编基础(Contains a large amount of assembly SCM programming, to ask for a certain assembly language, to learn the language C provides certain assembly basis
)
- 2011-10-25 16:24:51下载
- 积分:1
-
dt.STM32Pfreemodbus
STM32单片机freemodbus的移植,主从机的都有(1, transplant FreeModbus1.5 and RT-Thread1.1.1 to STM322, development platform supports Eclipse, Keil, IAR3, can be used in the Eclipse plug-in version management EGIT 4, support Modbus RTU (ASCII untested))
- 2013-09-29 20:50:19下载
- 积分:1
-
ZStack-CC2530-2.5.1a-ultrasonic
基于zigbee技术CC2530 开发采集超声波(Development of Acquisition Ultrasound Based on Zigbee Technology CC2530)
- 2020-06-22 22:40:02下载
- 积分:1
-
STATCOM_Base_on_PIcontrol
基于PI控制的电力系统静态无功补偿器Simulink仿真,用于验证控制算法的有效性(STATCOM_Base_on_PIcontrol used to verify the effectiveness of the control algorithm
It is achieved by Matlab/Simulink.)
- 2013-03-15 09:50:32下载
- 积分:1
-
STM32F103C8T6 的MINI板程序开发笔记和例程序
说明: 高级例程-基于MINI板的 呼吸灯效果 采用TIM1的PWM实现;基本例程-USART收发;基于STM32的USB程序开发笔记(Advanced routine - the effect of breathing lamp based on mini board is realized by TIM1 PWM)
- 2020-02-26 09:59:50下载
- 积分:1
-
adc
对ad7685的详细运用。加上12864显示。有电路图、芯片资料(Detailed use of ad7685 plus 12864 shows)
- 2013-08-21 14:37:18下载
- 积分:1
-
digit-filter
说明: 单片机做的数字滤波器,用于将50Hz方波滤成正弦波,1000Hz采样。附带Proteus仿真文件。(The single-chip digital filter used to filter into a sine wave 50Hz square wave, 1000Hz sampling. Proteus simulation document attached.)
- 2009-08-14 08:48:47下载
- 积分: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
-
单片机
单片机,基于1602的液晶屏显示代码+文本,详细版。
单片机,基于1602的液晶屏显示代码+文本,详细版。(Single chip microcomputer, based on the 1602 LCD screen display code + text, detailed version. Single chip microcomputer, based on the 1602 LCD screen display code + text, detailed version.
Singlechip)
- 2018-10-12 13:22:35下载
- 积分:1
-
Example2
example for adc for arm micro controller from ali m (iran)
- 2014-01-06 15:11:43下载
- 积分:1