HWA
Bare metal programming with style
stm32f103rbt6.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_STM32F103RBT6
29 
33 #define HW_DEVICE_STM32F103xB
34 
38 #define HW_DEVICE_STM32F103Rx
39 
43 #define HW_DEVICE_DENSITY_MEDIUM
44 
48 #define HW_DEVICE_LINE_PERFORMANCE
49 
53 #define HW_DEVICE_PACKAGE_LQFP64
54 
58 #define HW_DEVICE_FLASH_SIZE 128*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 51 */
77 /* #define HW_DEVICE_NADC 2 */
78 /* #define HW_DEVICE_NADCCH 16 */
79 
80 
81 #include "../../st/stm32/devices/stm32f103.h"