11 #if defined (CORTEXM3_STM32W108)
13 #elif defined (CORTEXM3_STM32F103)
14 #include "hal/micro/cortexm3/stm32f103ret/memmap.h"
16 #error no appropriate micro defined
36 void (*ptrToHandler)(void);
53 void (*resetVector)(void);
54 void (*nmiHandler)(void);
55 void (*hardFaultHandler)(void);
58 const HalVectorTableType *vectorTable;
60 } HalBaseAddressTableType;
STM32W108 series memory map fixed address table definition.
Definition of STM32W108 chip specific memory map information.