HWA
Bare metal programming with style
stm32f103vct6.h
Go to the documentation of this file.
1 
2 /* This file is part of the HWA project.
3  * Copyright (c) 2017 Christophe Duparquet.
4  * All rights reserved. Read LICENSE.TXT for details.
5  */
6 
28 #define HW_DEVICE_STM32F103VCT6
29 
33 #define HW_DEVICE_STM32F103xC
34 
38 #define HW_DEVICE_STM32F103Vx
39 
43 #define HW_DEVICE_DENSITY_HIGH
44 
48 #define HW_DEVICE_LINE_PERFORMANCE
49 
53 #define HW_DEVICE_PACKAGE_LQFP100
54 
58 #define HW_DEVICE_FLASH_SIZE 256*1024
59 
63 #define HW_DEVICE_RAM_SIZE 48*1024
64 
68 /* Peripheral counts
69  */
70 /* #define HW_DEVICE_NFSMC 1 */
71 /* #define HW_DEVICE_NGPTIM 4 */
72 /* #define HW_DEVICE_NACTIM 2 */
73 /* #define HW_DEVICE_NSPI 3 */
74 /* #define HW_DEVICE_NI2S 2 */
75 /* #define HW_DEVICE_NI2C 2 */
76 /* #define HW_DEVICE_NUSART 5 */
77 /* #define HW_DEVICE_NUSB 1 */
78 /* #define HW_DEVICE_NCAN 1 */
79 /* #define HW_DEVICE_NSDIO 1 */
80 /* #define HW_DEVICE_NGPIO 80 */
81 /* #define HW_DEVICE_NADC12 3 */
82 /* #define HW_DEVICE_NADC12CH 16 */
83 
84 
85 #include "../../st/stm32/devices/stm32f103.h"