搜索资源列表
STM32学习笔记之ADC
- 关于STM32的学习的一些资料,关于AD的
基于STM32的USB开发笔记
- 介绍了stm32MCU的usb开发过程
基于STM32的USB程序开发笔记
- 基于STM32的USB程序开发笔记
STM32学习笔记
- STM32学习笔记.doc
GPIOofSTM32
- STM32的GPIO笔记,转载,初学者有用-STM32' s GPIO notes, reproduced, useful for beginners
USB-basedSTM32ApplicationDevelopmentNotes(Chinese)
- STM32 USB 源代码及笔记下载——STM32 USB固件以及上位机驱动、应用程序源程序和笔记。-USB-based STM32 application development notes
usbMASStorgeLM3S374
- USB Mass Storage 学习笔记-STM32+FLASH实现U盘 以及usb MASS Storge LM3S3748的评估及开发过程之感触 虽不是原创,但是启发很大,发上来大家-USB Mass Storage Study Notes-STM32+ FLASH realize U disc and usb MASS Storge LM3S3748 evaluation and development process of feeling, while not original,
STM32_learningbook
- stm32学习很有用的学习笔记,适合初学者学习和采纳-learning stm32 useful
STM32_GPIO_NOTE
- STM32之GPIO笔记 STM32的输入输出管脚有下面8种可能的配置:(4输入+2输出+2复用输出) ① 浮空输入_IN_FLOATING ② 带上拉输入_IPU ③ 带下拉输入_IPD ④ 模拟输入_AIN ⑤ 开漏输出_OUT_OD ⑥ 推挽输出_OUT_PP ⑦ 复用功能的推挽输出_AF_PP ⑧ 复用功能的开漏输出_AF_OD-The STM32 the GPIO notes the STM32 the input output pins
STM32-UCOS
- stm32 移植ucos ii详解,ucos ii 在stm32平台上的移植笔记,过程和步骤都很详细-stm32 transplant ucos ii Detailed transplantation note ucos ii stm32 platform, very detailed process and steps
STM32_USB
- 基于STM32的USB程序开发笔记 学习STM32_USB-STM32-based the USB program development notes
STM32-study-diary(1)
- MCU为stm32的学习笔记,关于GPIO的配置-Stm32 MCU as the study notes, about GPIO configuration
STM32--study--note
- 很好的ARM 32嵌入式学习笔记 适合入门学习。-Well embedded ARM 32 study notes for entry-learning.
STM32学习笔记.pdf
- 全面介绍STM32的系统结构,各个模块,寄存器的配置和使用,等等。
STM32-USB-application-development
- 基于STM32的USB程序开发笔记.这里有USB程序开发的详细介绍。-Based on the STM32 USB application development notes
STM32-TIMER
- 该文档是有关STM32F103ZE6的定时器学习笔记。-This document is the STM32F103ZE6 timer study notes.
-STM32-USB-
- 基于STM32的USB程序开发笔记.rar-STM32 USB-based application development notes. Rar
sTM32应用笔记
- The STM32F429 Discovery helps you to discover the high-performance microcontrollers of the STM32 F4 series and to develop your applications easily. It offers everything required for beginners and experienced users to get started quickly. Based on
STM32驱动NAND FLASH
- 近几天开发项目需要用到STM32驱动NAND FLASH,但由于开发板例程以及固件库是用于小页(512B),我要用到的FLASH为1G bit的大页(2K),多走了两天弯路。以下笔记将说明如何将默认固件库修改为大页模式以驱动大容量NAND,并作驱动
STM32 USART自动波特率检测
- STM32 USART自动波特率检测 正确的USART通信要求发送和接收波特率的匹配度足够高,否则可能发生通信错误。 当在两个设备之间建立通信链路时,自动波特率检测十分有用,因为从设备能够检测到主控 制器的波特率并进行相应的自我调整。这需要使用一种自动机制来确定波特率。 某些STM32器件中内置的USART外设提供许多功能,包括硬件自动波特率检测。 本应用笔记旨在介绍STM32微控制器的自动波特率检测功能,并为没有在硬件中实现此功能 的STM32器件提供替代软件方法。