STM32F1系列标准库 v3.6STM32F10x 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)
评论