基本信息
源码名称:STM32F1系列标准库2021年最新更新
源码大小:21.21M
文件格式:.zip
开发语言:C/C++
更新时间:2021-11-18
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
STM32F1系列标准库 v3.6
STM32F10x standard peripheral library_v3.6.0.zip
Main Changes
- All source files: update disclaimer to add reference to the new license agreement.
-
startup_stm32f10x_xxxx.s files:
- Update startup files for EWARM toolchain to cope with compiler enhancement of the V7.10 version.
- stm32f10x.h
- Add define for Cortex-M3 revision __CM3_REV
- Allow modification of some constants by the application code, definition of these constants is now bracketed by #if !defined. The concerned constant are HSE_VALUE, HSI_VALUE and HSE_STARTUP_TIMEOUT
- Add missing bits definition for DAC CR register
- Add missing bits definition for FSMC BTR1, BTR2, BTR3, BWTR1, BWTR2, BWTR3 and BWTR4 registers
- Definition for Flash keys moved from stm32f10x_flash.c to stm32f10x.h
- Change #define FLASH_ACR_LATENCY ((uint8_t)0x03) by #define FLASH_ACR_LATENCY ((uint8_t)0x07)
- Remove ',' from #define DMA_CCR7_PSIZE , ((uint16_t)0x0300)