Datasheet 搜索 > 开发套件 > ST Microelectronics(意法半导体) > STM32F0DISCOVERY 数据手册 > STM32F0DISCOVERY 产品封装文件 4/15 页

¥ 61.967
STM32F0DISCOVERY 产品封装文件 - ST Microelectronics(意法半导体)
制造商:
ST Microelectronics(意法半导体)
分类:
开发套件
封装:
TOOLS
描述:
STMICROELECTRONICS STM32F0DISCOVERY 评估套件, 用于STM32F0, 板载ST-LINK/V2, 可用作独立ST-LINK/V2
Pictures:
3D模型
符号图
焊盘图
引脚图
产品图
STM32F0DISCOVERY数据手册
Page:
of 15 Go
若手册格式错乱,请下载阅览PDF原文件

General overview STM32SnippetsF0
4/15 DocID025802 Rev 3
1.1.2 Naming conventions
The following naming conventions are used in the library:
PPP refers to any peripheral acronym, for example ADC. See Section 1.1.1: Acronyms
for more information.
Constants used in one file are defined within this file. A constant used in more than one
file is defined in a header file. All constants are written in upper case, except for
peripheral driver function parameters.
Registers are considered as constants. In most cases, their name is in upper case and
uses the same acronyms as in the STM32F0xx reference manual.
1.1.3 Coding rules
This section describes the coding rules used in the snippets.
General
All codes should comply with ANSI C standard and should compile without warning
under at least its main compiler. Any warnings that cannot be eliminated should be
commented in the code.
The snippets use ANSI standard data types defined in the ANSI C header file
<stdint.h>.
The application code shall not have any blocking code. The designers define their own
policy to avoid endless loops. Each time a polling is performed in a snippet, a comment
reminds the designers to add a time-out management as shown hereafter:
while ((ADC1>CR & ADC_CR_ADEN) != 0)
{
/* For robust implementation, add here time-out management */
}
1.2 Architecture
To fully optimize the application code, the snippets access directly the CMSIS layers (Core
Peripheral Access Layer + STM32F0xx Device Peripheral Access Layer).
1.3 Package description
The snippets are supplied in one single zip file. The zip file extraction results in the creation
of the folder STM32F0xx_Snippets_Package_VX.Y.Z, where VX.Y.Z refers to the snippets
version, for example V1.2.0. Figure 1 shows the Snippets package structure.
器件 Datasheet 文档搜索
AiEMA 数据库涵盖高达 72,405,303 个元件的数据手册,每天更新 5,000 多个 PDF 文件