Do you have a question about the ST STM32F3 Series and is the answer not in the manual?
Series | STM32F3 |
---|---|
Core | ARM Cortex-M4 |
Max CPU Frequency | 72 MHz |
Operating Voltage | 2.0 V to 3.6 V |
GPIO Pins | Up to 80 |
Timers | Advanced-control, general-purpose, basic timers |
ADC | 12-bit |
DAC | 12-bit |
Communication Interfaces | USART, SPI, I2C, CAN, USB |
Operating Temperature | -40°C to 85°C |
Package | LQFP, UFQFPN, WLCSP |
Conventions used in the document for formatting text and code elements.
Abbreviations used in register descriptions.
Overview of the processor's features and integrated peripherals.
Describes the programmer's model, processor modes, privilege levels, and stacks.
Details the processor memory map, access behavior, and bit-banding features.
Explains the exception model, states, types, handlers, and priorities.
Details fault types, escalation, status registers, and lockup.
Describes mechanisms for entering and waking up from sleep modes.
Overview of the instruction set and supported instructions.
CMSIS intrinsic functions for generating Cortex-M4 instructions.
Explains how instruction descriptions are presented in the document.
Details instructions for accessing memory.
Covers general-purpose data processing instructions.
Describes instructions for multiplication and division operations.
Explains instructions that perform saturating arithmetic.
Instructions for packing and unpacking data.
Instructions for operating on bitfields within registers.
Instructions for floating-point operations using the FPU.
Other Cortex-M4 instructions not categorized elsewhere.
Overview of core peripherals and their memory map in the PPB.
Details the MPU's functionality for memory protection and region management.
Describes the NVIC's support for interrupts, priorities, and tail-chaining.
Provides system implementation info and control for exceptions.
Details the SysTick timer, its registers, and usage hints.
Explains the FPU's functionality, registers, and enabling.