HWA
Bare metal programming with style
stm32f103c8t6.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_STM32F103C8T6
29 
33 #define HW_DEVICE_STM32F103x8
34 
38 #define HW_DEVICE_STM32F103Cx
39 
43 #define HW_DEVICE_DENSITY_MEDIUM
44 
48 #define HW_DEVICE_LINE_PERFORMANCE
49 
53 #define HW_DEVICE_PACKAGE_LQFP48
54 
58 #define HW_DEVICE_FLASH_SIZE (64*1024)
59 
63 #define HW_DEVICE_RAM_SIZE (20*1024)
64 
67 /* Peripheral counts
68  */
69 /* #define HW_DEVICE_NGPTIM 3 */
70 /* #define HW_DEVICE_NACTIM 1 */
71 /* #define HW_DEVICE_NSPI 2 */
72 /* #define HW_DEVICE_NI2C 2 */
73 /* #define HW_DEVICE_NUSART 3 */
74 /* #define HW_DEVICE_NUSB 1 */
75 /* #define HW_DEVICE_NCAN 1 */
76 /* #define HW_DEVICE_NGPIO 37 */
77 /* #define HW_DEVICE_NADC12 2 */
78 /* #define HW_DEVICE_NADC12CH 10 */
79 
80 
81 #include "../../st/stm32/devices/stm32f103.h"