Go to the documentation of this file.
29 #ifndef __PLATFORM_CONFIG_H
30 #define __PLATFORM_CONFIG_H
33 #if defined (STM32F10X_MD) || defined (STM32F10X_HD)
34 #include "stm32f10x.h"
35 #elif defined (STM32F303xC)
36 #include "stm32f30x.h"
44 #if defined (STM32F37X) || defined(STM32F303xC)
46 #define ID1 (0x1FFFF7AC)
47 #define ID2 (0x1FFFF7B0)
48 #define ID3 (0x1FFFF7B4)
52 #define ID1 (0x1FFFF7E8)
53 #define ID2 (0x1FFFF7EC)
54 #define ID3 (0x1FFFF7F0)