STM32从零开发全攻略.pdf
文本预览下载声明
介绍一下STM32开发都有什么工具,资料需要到什么地方下载。
一、STM32资料
ST 对于其新的32bit MCU 平台的重视程度可从其提供的应用笔记的数量和相应的参考
代码上可见一斑。
STM32的全部英文官方版本下载地址:
http :///mcu/familiesdocs- 110.html#Application%20Note
这个地址可以下载到STM32全部应用笔记、笔记对于参考代码、数据手册、器件参考
手册、固件库手册、固件库源码、官方开发板用户手册、开发板演示代码等详解的资料。这
些都是学习STM32朋友必看资料。
STM32官方提供中文资料的下载地址:
http :///stonline/mcu/MCU_Pages.htm
这个地址目前仅提供用户手册、固件库用户手册、器件参考手册的中文翻译版本,需要
注意的是这些中文的版本都 是跟随英文的最新版本提供的,在使用的时候如果发现有任何
疑问,请参考最新的英文版本为准。
哪些资料是开发STM32必须的?
STM32F 103x Datasheet
http :///stonline/products/literature/ds/ 13587.pdf
STM32F 101x Datasheet
http :///stonline/products/literature/ds/ 13586.pdf
STM32F 101xC/D/E Datasheet
http :///stonline/products/literature/ds/ 14610.pdf
STM32F 103xC/D/E Datasheet
http :///stonline/products/literature/ds/ 14611.pdf
STM32F 101xC/D/E Rev Z errata sheet
http :///stonline/products/literature/es/ 14732.pdf
STM32F 10xx6/8/B errata sheet
http :///stonline/products/literature/es/ 14574.pdf
Medium- and High-density STM32F 101xx and STM32F 103xx advanced ARM-based 32-bit
MCUs Reference Manual
英文版:http :///stonline/products/literature/rm/ 13902.pdf
中 文 版 :
http :///stonline/mcu/images/STM32F 10xxx_Library_Manual_Chi
neseV2.pdf
ARM-based 32-bit MCU STM32F 101xx and STM32F 103xx firmware library
英文版:http :///stonline/products/literature/um/ 13475.pdf
中 文 版 :
http :///stonline/mcu/images/STM32F 10xxx_Reference_Manual_C
hinese2.pdf
代码:http :///stonline/products/support/micro/files/um0427.zip
STM32F 10xxx USB developer kit
手册:http :///stonline/products/literature/um/ 13465.pdf
代码:http :///stonline/products/support/micro/files/um0424.zip
二、STM32的开发软件
1、IAR
应该是使用STM32开发使用最多的软件平台。IAR 官方提供IAR for ARM 两种类型的
版本供免费评估:
1)、32K 学习版,只能支持编
显示全部