-
stm32f103+rs485+modbus+freertos
在freertos操作系统下采用modbus协议进行rs485通讯(485 communication using Modbus protocol under FreeRTOS operating system)
- 2020-06-17 23:40:02下载
- 积分:1
-
Hittite-PLL-Design-Installer-v1p1
Hittite公司以创新的设计使得其PLL产品性能优异,在相位噪声,杂散方面有着卓越表现,其芯片的高集成度使得外围电路简单,设计方便。所以随着电子技术的发展,对频率源的相位噪声性能要求越来越高,Hittite的低相位噪声PLL,在物理、天文、无线电通信、雷达、航空、航天以及精密计量、仪器、仪表等各种领域里都将大有用武之地。(The Hittite companies with innovative design makes the PLL excellent product performance, the phase noise, spurious aspects with excellence, its high integration chip makes the peripheral circuit is simple and easy design. So with the development of electronic technology, phase noise performance of frequency source is more and more high, the Hittite low phase noise PLL, in physics, astronomy, radio communication, radar, aviation, aerospace and precision measurement, instruments, meters and other fields will be great.)
- 2016-09-21 21:34:42下载
- 积分:1
-
phpMemcachedAdmin_bysqqd
服务端脚本语言php实现,这是一个用php脚本语言写的电子商务,京东商城2012模板 for ECshop v2.73,仿京东商城模板,适用于ECshop v2.7.3,先安装ecshop程序,建议安装utf-8版本。,作为开发的各种例子程序代码(Server-side scripting language php realize that this is a php scripting language used to write the e-commerce, Jingdong Mall 2012 template for ECshop v2.73, imitation Jingdong Mall templates for ECshop v2.7.3, install ecshop program , it is recommended to install utf-)
- 2014-05-02 13:53:37下载
- 积分:1
-
51_AD7705
51单片机读取AD7705的C程序,采用STC89C52单片机(51 MCU reads the AD7705' s C program, using STC89C52 SCM)
- 2009-11-11 21:46:04下载
- 积分:1
-
AVRembeded_sourecode
AVR 单片机嵌入式开发源程序,对新手入门有很有帮助。(AVR embedded development program, Getting Started with helpful.)
- 2007-05-24 08:36:46下载
- 积分:1
-
IAP_Program.110918b1
這是一個應用於NXP LPC系列的IAP成是源碼IAP(LPC series IAP)
- 2020-09-04 15:48:07下载
- 积分:1
-
TLC5615_DAC
C51操作TLC5615,实现DAC输出,调试通过.(C51 operate TLC5615, to achieve DAC output, debugging through.)
- 2013-07-30 14:13:52下载
- 积分:1
-
C--progress
C程序设计 适合多种开发环境 对单片机的开发起着重要的作用(C programming for a variety of development environments for MCU development plays an important role)
- 2014-10-08 12:09:59下载
- 积分:1
-
CANAPP
详细描述CAN通信的中断发送和接收,包含初始化,中断函数,滤波等(CAN communication is interrupted transmission and reception, including initialization, interrupt functions, a detailed description of such filtering)
- 2013-11-27 20:20:20下载
- 积分:1
-
EXTI_Configuration(void)
STM32F103C8T6自编简单中断程序,以及中断优先级,每行代码都有中文注释,十分好理解(void EXTI_Configuration(void)
{
EXTI_InitTypeDef EXTI_InitStructure
EXTI_ClearITPendingBit(EXTI_Line8)
GPIO_EXTILineConfig(GPIO_PortSourceGPIOB, GPIO_PinSource8)
EXTI_InitStructure.EXTI_Line EXTI_Line8
EXTI_InitStructure.EXTI_Mode EXTI_Mode_Interrupt
EXTI_InitStructure.EXTI_Trigger EXTI_Trigger_Falling
EXTI_InitStructure.EXTI_LineCmd ENABLE
EXTI_Init(&EXTI_InitStructure)
})
- 2017-01-02 12:45:52下载
- 积分:1