rt-thread-official/bsp/stm32/stm32f410-st-nucleo
latercomer fe3c4d456e bsp中option env语句替换为新语句,并同步更新了source "$xxx"语句 2024-06-20 14:40:42 +08:00
..
.ci/attachconfig [ci][bsp] add strict mode 2024-01-10 18:08:09 +08:00
.settings
applications [RTduino] change the pinout group name 2024-03-29 21:49:13 +08:00
board bsp中option env语句替换为新语句,并同步更新了source "$xxx"语句 2024-06-20 14:40:42 +08:00
figures
.config [bsp] update projects 2024-03-21 11:23:29 +08:00
.cproject delete swm320-lq100 bsp 2022-02-14 13:53:04 +08:00
.gitignore
.project
Kconfig bsp中option env语句替换为新语句,并同步更新了source "$xxx"语句 2024-06-20 14:40:42 +08:00
README.md [update] readme.md 2020-11-07 14:00:54 +08:00
README_zh.md update 2020-11-05 20:24:54 +08:00
SConscript
SConstruct [bsp]stm32工程生成路径在源码目录 2023-07-03 15:20:57 +08:00
makefile.targets
project.ewd
project.ewp [bsp] update projects 2024-03-21 11:23:29 +08:00
project.eww
project.uvopt
project.uvoptx sync and update all projects (#7138) 2023-03-31 16:49:48 +08:00
project.uvprojx [bsp] update projects 2024-03-21 11:23:29 +08:00
rtconfig.h [bsp] update projects 2024-03-21 11:23:29 +08:00
rtconfig.py [scons][iar] 将IAR的PLATFORM字段由iar调整为iccarm 2022-06-09 07:01:59 +08:00
template.ewp
template.eww
template.uvopt
template.uvoptx
template.uvprojx

README.md

STM32F410-Nucleo BSP Introduction

中文

MCU: STM32F410RB @100MHz, 128KB FLASH, 32KB RAM

The STM32F410x8/B devices are based on the high-performance ARM®Cortex® -M4 32-bit RISC core operating at a frequency of up to 100 MHz. Their Cortex®-M4 core features a Floating point unit (FPU) single precision which supports all ARM single-precision data-processing instructions and data types. It also implements a full set of DSP instructions and a memory protection unit (MPU) which enhances application security.

The STM32F410x8/B belong to the STM32 Dynamic Efficiency™ product line (with products combining power efficiency, performance and integration) while adding a new innovative feature called Batch Acquisition Mode (BAM) allowing to save even more power consumption during data batching.

The STM32F410x8/B incorporate high-speed embedded memories (up to 128 Kbytes of Flash memory, 32 Kbytes of SRAM), and an extensive range of enhanced I/Os and peripherals connected to two APB buses, one AHB bus and a 32-bit multi-AHB bus matrix.

All devices offer one 12-bit ADC, one 12-bit DAC, a low-power RTC, three general-purpose 16-bit timers, one PWM timer for motor control, one general-purpose 32-bit timers and one 16-bit low-power timer. They also feature standard and advanced communication interfaces.

KEY FEATURES

  • Dynamic Efficiency Line with BAM (Batch Acquisition Mode)

  • Core: ARM®32-bit Cortex®-M4 CPU with FPU, Adaptive real-time accelerator (ART Accelerator™) allowing 0-wait state execution from Flash memory, frequency up to 100 MHz, memory protection unit, 125 DMIPS/1.25 DMIPS/MHz (Dhrystone 2.1), and DSP instructions

  • Memories

    • Up to 128 Kbytes of Flash memory
    • 512 bytes of OTP memory
    • 32 Kbytes of SRAM
  • Clock, reset and supply management

    • 1.7 V to 3.6 V application supply and I/Os
    • POR, PDR, PVD and BOR
    • 4-to-26 MHz crystal oscillator
    • Internal 16 MHz factory-trimmed RC
    • 32 kHz oscillator for RTC with calibration
    • Internal 32 kHz RC with calibration
  • Power consumption

    • Run: 89 μA/MHz (peripheral off)
    • Stop (Flash in Stop mode, fast wakeup time): 40 μA Typ @ 25 °C; 49 μA max @25 °C
    • Stop (Flash in Deep power down mode, fast wakeup time): down to 6 μA @ 25 °C; 14 μA max @25 °C
    • Standby: 2.4 μA @25 °C / 1.7 V without RTC; 12 μA @85 °C @1.7 V
    • VBATsupply for RTC: 1 μA @25 °C
  • 1×12-bit, 2.4 MSPS ADC: up to 16 channels

  • 1×12-bit D/A converter

  • General-purpose DMA: 16-stream DMA controllers with FIFOs and burst support

  • Up to 9 timers

    • One 16-bit advanced motor-control timer
    • One low-power timer (available in Stop mode)
    • Three 16-bit general purpose timers
    • One 32-bit timer up to 100 MHz with up to four IC/OC/PWM or pulse counter and quadrature (incremental) encoder input
    • Two watchdog timers (independent window)
    • SysTick timer
  • Debug mode

    • Serial wire debug (SWD) & JTAG interfaces
    • Cortex®-M4 Embedded Trace Macrocell™
  • Up to 50 I/O ports with interrupt capability

    • Up to 45 fast I/Os up to 100 MHz
    • Up to 49 5 V-tolerant I/Os
  • Up to 9 communication interfaces

    • Up to 3x I2C interfaces (SMBus/PMBus) including 1x I2C Fast-mode at 1 MHz
    • Up to 3 USARTs (2 x 12.5 Mbit/s, 1 x 6.25 Mbit/s), ISO 7816 interface, LIN, IrDA, modem control)
    • Up to 3 SPI/I2Ss (up to 50 Mbit/s SPI or I2S audio protocol)
  • True random number generator

  • CRC calculation unit

  • 96-bit unique ID

  • RTC: subsecond accuracy, hardware calendar

  • All packages are ECOPACK®2

Read more

Documents Description
STM32_Nucleo-64_BSP_Introduction How to run RT-Thread on STM32 Nucleo-64 boards (Must-Read)
STM32F410RB ST Official Website STM32F410RB datasheet and other resources

Maintained By

tanglj86

tanglj86@gmail.com

Translated By

Meco Man @ RT-Thread Community

jiantingman@foxmail.com

https://github.com/mysterywolf