Difference between revisions of "ST STM32L0"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "This article describes device specifics of the ST STM32L0 series devices. The STM32L0 devices are Cortex-M0 based low power MCUs. __TOC__ == Flash == The following flash regi...")
 
(Flash)
 
Line 11: Line 11:
 
!colspan="3"| Main flash memory
 
!colspan="3"| Main flash memory
 
|-
 
|-
| STM32H7xxx4 || 0x0800_0000 - 0x0800_3FFF || 16 KB
+
| STM32L0xxx3 || 0x0800_0000 - 0x0800_1FFF || 8 KB
 
|-
 
|-
| STM32H7xxx6 || 0x0800_0000 - 0x0800_7FFF || 32 KB
+
| STM32L0xxx4 || 0x0800_0000 - 0x0800_3FFF || 16 KB
 
|-
 
|-
| STM32H7xxx8 || 0x0800_0000 - 0x0800_FFFF || 64 KB
+
| STM32L0xxx6 || 0x0800_0000 - 0x0800_7FFF || 32 KB
 
|-
 
|-
| STM32H7xxxB || 0x0800_0000 - 0x0801_FFFF || 128 KB
+
| STM32L0xxx8 || 0x0800_0000 - 0x0800_FFFF || 64 KB
  +
|-
  +
| STM32L0xxxB || 0x0800_0000 - 0x0801_FFFF || 128 KB
 
|-
 
|-
 
| STM32L0xxxZ || 0x0800_0000 - 0x0802_FFFF || 192 KB
 
| STM32L0xxxZ || 0x0800_0000 - 0x0802_FFFF || 192 KB

Latest revision as of 11:53, 15 April 2024

This article describes device specifics of the ST STM32L0 series devices. The STM32L0 devices are Cortex-M0 based low power MCUs.

Flash

The following flash regions are supported by J-Link.

Device Range Total size
Main flash memory
STM32L0xxx3 0x0800_0000 - 0x0800_1FFF 8 KB
STM32L0xxx4 0x0800_0000 - 0x0800_3FFF 16 KB
STM32L0xxx6 0x0800_0000 - 0x0800_7FFF 32 KB
STM32L0xxx8 0x0800_0000 - 0x0800_FFFF 64 KB
STM32L0xxxB 0x0800_0000 - 0x0801_FFFF 128 KB
STM32L0xxxZ 0x0800_0000 - 0x0802_FFFF 192 KB
Option bytes [1]
All 0x1FF8_0000 - 0x1FF8_001F 32 bytes

Reset

For the STM32L0 devices, the Cortex-M default reset strategy is used.

Debug specific

Please refer to the generic STM32 article.

Option byte programming

Please refer to the generic STM32 article.

Securing/unsecuring the device

Please refer to the generic STM32 article.