KEIL5 使用STM32 官方例程

1. 安装keil5,破解

网上很多安装包/教程,跳过

2.下载官方固件库

https://www.st.com/content/st_com/en.html 

在这里找微处理器,STM32 standard peripheral Library。找起来有点麻烦,下面给出最后找到的地址

https://www.st.com/en/embedded-software/stm32-standard-peripheral-libraries.html

下载对应的库。这里我下载了F1。

得到ZIP,解压得到

KEIL5 使用STM32 官方例程

Project中有例程

KEIL5 使用STM32 官方例程

examples里有各种外设(ADC,DAC,USART等)的例程,Template里则是工程模板

KEIL5 使用STM32 官方例程

KEIL5 使用STM32 官方例程

3.

工程模板里,EWARM里是IAR软件的工程文件,MDK-ARM里的是Keil uVision的工程文件,双击打开

KEIL5 使用STM32 官方例程

KEIL5 使用STM32 官方例程

4. 端口例程 ADC为例

在刚刚的example文件夹打开

Project\STM32F10x_StdPeriph_Examples\ADC\3ADCs_DMA

里面有readme文件

@par How to use it ? In order to make the program work, you must do the following : - Copy all source files from this example folder to the template folder under Project\STM32F10x_StdPeriph_Template - Open your preferred toolchain - Rebuild all files and load your image into target memory - Run the example

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zggspd.html