The difference between the STM32 data sheet and the technical reference manual

Publisher:q13358975046Latest update time:2015-08-24 Source: eefocusKeywords:STM32 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere
    There are two main types of technical information about the performance parameters and usage of STM32, one is called a data sheet, and the other is called a technical reference manual or simply a reference manual.

    The data sheet is a basic description of the product's technical characteristics, including the product's basic configuration (such as the capacity of built-in Flash and RAM, the number of peripherals, etc.), the number and allocation of pins, electrical characteristics, packaging information, and ordering code.

    The Technical Reference Manual is specific information on how to use the product, including details such as the internal structure of each functional module, descriptions of all possible functions, use of various operating modes, and register configuration.

    Usually, in the early stage of chip selection, you first need to look at the data sheet to evaluate whether the product can meet the functional requirements of the design; after basically selecting the required product, you need to check the technical reference manual to determine whether the working mode of each functional module meets the requirements; when you enter the programming design stage after determining the selection, you need to read the technical reference manual in detail to learn the specific implementation methods of each function and the configuration and use of registers. When designing hardware, you also need to refer to the data sheet to obtain information such as voltage, current, pin allocation, and drive capability.

Keywords:STM32 Reference address:The difference between the STM32 data sheet and the technical reference manual

Previous article:STM32 interrupt priority (default and non-default)
Next article:About the use of CAN interrupt in STM32

Recommended ReadingLatest update time:2024-11-16 17:47

stm32 i2c eeprom 24C02
Circuit Diagram  Example #define i2c_scl PBout(10) #define i2c_sda PBout(11) #define i2c_ack PBin(11) void I2C_init() {     GPIO_InitTypeDef gpio10 =      {         GPIO_Pin_10,         GPIO_Speed_50MHz,         GPIO_Mode_Out_PP     };     RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB, ENABLE); //Clock enab
[Microcontroller]
stm32 i2c eeprom 24C02
stm32 learning notes (I) lighting up the LED
#include "stm32f10x.h" #include "delay.h"  void Delay(u32 count)  {   u32 i=0;   for(;i count;i++);    }      int main(void)  {   GPIO_InitTypeDef  GPIO_InitStructure;     RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE); //Enable PA   delay_init();       GPIO_InitStructure.GPIO_Pin = GPIO_Pin_8; //LED0-- PA.8
[Microcontroller]
stm32 learning notes (I) lighting up the LED
STM32 FSMC configuration SRAM
   The FSMC of STM32 is really convenient. It can be expanded to include SRAM/NOR/NAND/PC Card/TFT, etc. It is very easy to operate. For more information about FSMC, please refer to the STM32 Reference Manual, which is very detailed.    Engineering structure:    user_sram.c //function of code:FSMC SRAM Driver SRAM
[Microcontroller]
STM32 FSMC configuration SRAM
Analysis of the circuit principle of serial one-key download of Zhengdian Atom STM32 Elite Development Board
Use the DTR pin and RTS pin in the serial port chip CH340 to control the level state of the microcontroller reset pin and BOOT0 pin, so as to achieve one-click download. For this one-click download circuit, the key points are that it is enough to understand these two points: 1. You must have the ability to understan
[Microcontroller]
Analysis of the circuit principle of serial one-key download of Zhengdian Atom STM32 Elite Development Board
STM32 learning notes: ADC understanding
Introduction to ADC The 12-bit ADC is a successive approximation analog-to-digital converter. It has up to 19 multiplexed channels and can measure signals from 16 external sources, two internal sources, and the VBAT channel. The A/D conversion of these channels can be performed in single, continuous, scan, or disconti
[Microcontroller]
STM32 learning notes: ADC understanding
SYS_TICK configuration for STM32
1. SYS_TICK is not a peripheral, but a part of the kernel. There is no description about it in RM0008. 2. This is a 24-bit counter that can generate internal interrupts. 3. Its interrupt can generate an interrupt without configuring the NVIC properties. 4. If you need to configure 8-frequency division, you need to con
[Microcontroller]
SYS_TICK configuration for STM32
Specific explanation of STM32 external interrupt
  1. Basic Concepts  The ARM Coetex-M3 core supports a total of 256 interrupts, including 16 internal interrupts, 240 external interrupts and programmable 256-level interrupt priority settings. STM32 currently supports a total of 84 interrupts (16 internal + 68 external), and 16-level programmable interrupt priority s
[Microcontroller]
NOR Flash memory expansion technology based on STM32-FSMC mechanism
introduction STM32 is a 32-bit microcontroller series based on the ARM core Cortex-M3 launched by ST (STMicroelectronics). The Cortex-M3 core is specially designed for low-power and price-sensitive applications, with outstanding energy efficiency and processing speed. By adopting the Thumb-2 high-density instru
[Microcontroller]
Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号