libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Collaboration diagram for Address Memory Map.:

Macros

#define FLASH_BASE   (0x00000000UL)
 
#define INFO1_FLASH_BASE   (0x00100000UL)
 
#define INFO2_FLASH_BASE   (0x00100400UL)
 
#define INFO3_FLASH_BASE   (0x00100800UL)
 
#define SRAM_BASE   (0x20000000UL)
 
#define PERIPH_BASE   (0x40000000UL)
 

Detailed Description

Macro Definition Documentation

◆ FLASH_BASE

#define FLASH_BASE   (0x00000000UL)

Definition at line 32 of file pac55xx/memorymap.h.

◆ INFO1_FLASH_BASE

#define INFO1_FLASH_BASE   (0x00100000UL)

Definition at line 33 of file pac55xx/memorymap.h.

◆ INFO2_FLASH_BASE

#define INFO2_FLASH_BASE   (0x00100400UL)

Definition at line 34 of file pac55xx/memorymap.h.

◆ INFO3_FLASH_BASE

#define INFO3_FLASH_BASE   (0x00100800UL)

Definition at line 35 of file pac55xx/memorymap.h.

◆ PERIPH_BASE

#define PERIPH_BASE   (0x40000000UL)

Definition at line 37 of file pac55xx/memorymap.h.

◆ SRAM_BASE

#define SRAM_BASE   (0x20000000UL)

Definition at line 36 of file pac55xx/memorymap.h.