搜索资源列表
STM32-Chris-Cant
- 这个是《STM32开发指南V1.0 库函数版本》,一个很有用的STM32学习文档,适合STM32初学者。-This is STM32 Chris Cant by library function vision which is a useful document for STM32 studying.If you begin to study STM32,it will suit for you.
ST-Microcontroller-32-Bit-STM32
- STM32系列单片机原理图封装库,PCBLOUT用-STM32 Series MCU schematic package library, PCBLOUT
STM32F10xxxlib
- STM32库函数使用说明,STM32开发参考资料-STM32 library functions instructions for use, STM32 development of reference materials
STM32
- (战舰)STM32开发指南-库函数版本 V1.2,经过加工,绝对牛逼,-(Battleship) STM32 Development Guide- library function version V1.2, after processing, the absolute Niubi
STM32-analysis
- 本文通过对STM32的官方固件库STM32F10x_StdPeriph_Lib_V3.5.0 里的MDK启动文件分析,简化部分不需要的代码,并从繁杂的固件库里,精炼出一个类似于“hello world”的入门实战小程序——点亮一个LED。该工程仅仅包含一个启动文件和一个有main函数的C文件。-STM32 analysis
stm32 元件库
- 原理图设计时用到的stm32元件列表,已经验证
STM32_Library-function_V3.0
- STM32 库函数版本说明书,有助于对STM32的使用了解与掌握-the reference for the STM32 with the library function
The-STM32-receives-a-specific-string
- STM32接收特定字符串,STM32中的库函数只能接收一个字节,如果需要接收多个字节,则需要自己写函数-The STM32 receives a specific string
STM32-PMSM-FOC-SDK-V3.21
- um0483用户手册,stm32交流感应电机磁场定向控制软件库的使用方法-um0483 user manual
HAL驱动详解
- 很难得的Hal库驱动文件详解 可以查询Hal库函数 方便开发(Very rare Hal library drive detailed documentation, you can query the Hal library function, easy development)
Modbus通讯
- 基于STM32F4库函数写的Modbus协议,支持01,03,05,06,15,16功能码.(STM32F4 library function based on the Modbus protocol written in support of 01,03,05,06,15,16 function code.)
8.库函数-LCD1602
- stm32f103 控制 lcd屏显示 很好的展示到了该功能的实现(STM32F103 control, LCD screen display, a good display of the realization of the function)
FOC4.2USER M
- STM32平台的PSMS FOC库文件的说明用户文档(STM32 platform PSMS FOC library documentation user documentation)
STM32驱动NAND FLASH
- 近几天开发项目需要用到STM32驱动NAND FLASH,但由于开发板例程以及固件库是用于小页(512B),我要用到的FLASH为1G bit的大页(2K),多走了两天弯路。以下笔记将说明如何将默认固件库修改为大页模式以驱动大容量NAND,并作驱动
STM32F7开发指南-HAL库版本_V1.0
- 新手必看的经典开发指南,ST32F最强大的单片机(A classic guide to the development of a novice)
高级定时器PWM波(库函数)
- stm32高级定时器pwm波形,,,,,,,,带死区(STM32 advanced timer PWM waveform)
STM32固件库3.5版本使用手册的中文翻译版
- 本手册介绍了 32 位基于 ARM 微控制器 STM32F101xx 与 STM32F103xx 的固件函数库(This manual introduces 32 ARM - based firmware function libraries based on STM32F101xx and STM32F103xx)
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开发指南V1.0 库函数版本
- STM32开发指南V1.0 库函数版本,帮助对stm32程序的开发
STM32F1开发指南-库函数版本_V3.2
- STM32F1的开发指南,可以供大家学习STM32,里面有一些小实验