搜索资源列表
stm32f10x_stdperiph_lib
- STM32 3.5固件库。里面有最新版本的库文件-STM32 3.5 firmware library. Which has the latest version of the library files
for-HMI-STM32
- 文件系通平台STM32F103 源代码无问题-File system through platform the STM32F103 source code
system-clock
- 这是利用51实现的实时时钟功能文件。基于stm32的采用库函数实现和调用-This is 51 to achieve real-time clock function. Use of library functions based stm32 and call
sch_pcb
- 这是stm32的数据采集器的原理图和PCB的工程文件,可以直接生产用了,都已经调试好了,可以同时支持12路16位高精度采样,采样后的数据经过网口上传-This is stm32 datalogger schematic and PCB project file, you can use the direct production, have good debugging, can simultaneously support 12-channel 16-bit high-precision sa
stm32paomade
- stm32跑马灯用的是库文件编程,里面说明GPIO初始化,配置系统时钟-Stm32 entertaining diversions
MP3Player
- 基于STM32的MP3播放器FAT+触屏+文件阅览-MP3 player FAT+ touch+ file STM32-based reading
pic-player
- 基于STM32的图片播放器+FAT文件系统-Based on the STM32 picture player
hanziplayer
- 基于STM32的汉字显示 + FAT文件系统-STM32-based character display+ FAT file system
STM32-analysis
- 本文通过对STM32的官方固件库STM32F10x_StdPeriph_Lib_V3.5.0 里的MDK启动文件分析,简化部分不需要的代码,并从繁杂的固件库里,精炼出一个类似于“hello world”的入门实战小程序——点亮一个LED。该工程仅仅包含一个启动文件和一个有main函数的C文件。-STM32 analysis
FatFsUserGuide
- 移植FatFS文件系统到STM32必备的指导性文件。-FatFS file system user guide。
STM32-project-model
- 通过该工程文件可以轻松的奖励STM32的工程文件,省去了繁琐的建立工程的时间,使用时只需要更改相应的设计文件,就可以直接编译;-Through the project files can be easily reward STM32 project file, save a lot of building engineering of the time, when using only need to change the corresponding design documents, can
STM32
- stm32各系列兼容性说明文件,设计时能用到-STM32 series of compatibility documentation, design can be used
chengxudaima
- STM32控制板(自己设计的),主要实现的功能包括:GPS数据获取,LED显示,开关中断,数码管,USB(采用串口RS232协议,电路中设计了相应转换),霍尔传感器输入,SPI存储,FLASH扩展,继电器和实时时钟等功能的具体代码。通过编写具体的库,给大家做一个参考(注:都是底层的代码,库文件编写,针对电路的) 不含上位机部分-STM32 control board (own design), the main features include: GPS data acquisition, LE
STM32-FAT32-MP3
- 基于STM32的MP3播放与录音,主要通过STM32控制VS1053来实现播放与录音,集成有FATFS文件系统-Based on the STM32 MP3 playback and recording, mainly by STM32 control VS1053 playback and recording, integrated with FATFS file system
STM32-exam
- 此文件是嵌入式考试试题,所用硬件为STM32CortexM3内核。对于考嵌入式资格证书的同学有很大帮助。-This file is embedded exam questions, the hardware used for STM32CortexM3 kernel. For embedded qualification examination certificate of students are of great help.
STM32F103xx PMSM FOC software library UM
- 本文件是STM32 F103 FOC 2.0库的用户使用手册,介绍了FOC2.0的库的使用方法,英文版。(This document is a user manual of STM32 F103 FOC 2.0 library. It introduces the use of FOC2.0 library, English version.)
STM32使用的手册
- stm32的使用设计到一些引脚的知识,该文件解决了对这些方面认识不足的问题
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为