搜索资源列表
from51to-stm32
- 嵌入式入门介绍了如何从51单片机一步步学习,最终到STM32的程序开发-Embedded entry
Microchip-WEB-STM32
- STM32单片机移植Microchip TCP/IP协议栈,实现嵌入式WEB服务器,低成本方案.-STM32 MCU transplant Microchip TCP/IP protocol stack ...........
IIC
- 嵌入式开发,实用简单,IIC模拟,单片机STM32-Embedded development, practical and simple, IIC simulation, STM32 MCU
STM32-TFT-SOURSE
- stm32 官网例程,可以用在单片机开发,嵌入式开发的参考例程。-stm32 official website routines can be used in single-chip development, embedded development reference routines.
UCOS
- 嵌入式单片机开发,stm32系统移植,实现计算功能-Embedded microcontroller development, stm32 transplant system, to achieve computing capabilities
ENC28J60Plwip
- 嵌入式网络协议,stm32系列单片机相关的LWIP网络协议-Embedded Network Protocol,it is Stm32 series microcontroller LWIP network protocol
UCOSIII-memory-management
- 嵌入式实时操作系统UCOS实现内存管理,代码基于STM32单片机-UCOS embedded real-time operating system memory management
Micrium-uCOS-II-V286
- ucosii2.86源码,单片机嵌入式参考-ucosii2.86 STM32
stepsensor
- 直流电机编码器检测驱动,适用于STM32,单片机,嵌入式- 28/5000 DC motor encoder detection driver for STM32, single-chip, embedded
USMART
- stm32串口调试源程序,c 程序,嵌入式,移植方便,单片机参考-usart debug src for stm32
fingerprint
- 基于stm32单片机开发的指纹识别模块,能够完美实现指纹识别(Fingerprint identification module)
Stm32建立工程库
- stm32建立工程。嵌入式的单片机开发,C语言的进一步学习。能够对嵌入式学习入门工程的建立开好头。(STM32 set up a project. Embedded MCU development, C language further learning. It can make a good start to the introduction of embedded learning engineering.)
zigbee通信-主车程序
- 采用stm32单片机,主要功能有控制电机、控制液晶、ZigBee,还有连接WiFi和安卓手机通信(Using STM32 MCU, the main functions are motor control, liquid crystal control, ZigBee, and communication between WiFi and Android mobile phone)
CycloneTCP_SSL_Crypto_Open_1_5_0.zip
- 一种可用于嵌入式的网络协议栈,支持stm32等多种系列的单片机,uscos等系统。
ST-Link资料包-正点原子
- stm32 的开发需要的一点编程工具,很实用,有正点原子提供(A programming tool needed for the development of STM32, very practical, with a positive point of atom.)
STM32_PRJ_32点5khz采样
- stm32f103嵌入式单片机快速傅里叶fft转换。 采用定时器TIM4的CCR4触发ADC采样, 采样率5khz,正弦及余弦运算采用查表法。 ram占用小于300byte。(STM32F103 embedded microcontroller, fast Fourier transform FFT. Using the CCR4 of the timer TIM4 to trigger ADC sampling, The sampling rate is 5KHz, sine
闭环
- 基于嵌入式单片机STM32,通过电流、转速的双闭环控制对同步电动机进行转速控制,并且可以实现正转与反转(Based on the embedded single chip STM32, the synchronous motor is controlled by the double closed-loop control of current and speed, and the forward rotation and reverse rotation can be realized.)
makefsdata
- 网页转16进制,STM嵌入式服务器专用,STM官网提供的软件,转成以后烧录进单片机,就可以实现在单片机做服务器了(Web page to 16, STM Embedded Server)
STM32利用SDIO驱动SD卡
- STM32采用SDIO接口驱动TF卡,实现文件的创建、读写、擦除等功能
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为