X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fio%2Fstm32_memmap.h;h=d547c7846a0c7d6faaa7ab2a86a0380e4ec1cfab;hb=3382ed7ae024250b265519b57482342608d7d0cb;hp=b8317caf4584f72e10c6bc98406fd36465a0b409;hpb=ec3166808afafa4cdae2f542253cd0a530e6ee79;p=bertos.git diff --git a/bertos/cpu/cortex-m3/io/stm32_memmap.h b/bertos/cpu/cortex-m3/io/stm32_memmap.h index b8317caf..d547c784 100644 --- a/bertos/cpu/cortex-m3/io/stm32_memmap.h +++ b/bertos/cpu/cortex-m3/io/stm32_memmap.h @@ -48,6 +48,8 @@ #define FLASH_BASE (0x40022000) /* Flash Option Bytes base address */ #define OB_BASE (0x1FFFF800) +/* Device ID register */ +#define DEVICE_ID_BASE (0x1FFFF7E8) /* Peripheral memory map */ #define APB1PERIPH_BASE (PERIPH_BASE)