File tree Expand file tree Collapse file tree 3 files changed +294
-146
lines changed
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L433xC/TARGET_NUCLEO_L433RC_P Expand file tree Collapse file tree 3 files changed +294
-146
lines changed Original file line number Diff line number Diff line change @@ -47,26 +47,31 @@ typedef enum {
47
47
typedef enum {
48
48
UART_1 = (int )USART1_BASE ,
49
49
UART_2 = (int )USART2_BASE ,
50
+ UART_3 = (int )USART3_BASE ,
50
51
LPUART_1 = (int )LPUART1_BASE
51
52
} UARTName ;
52
53
53
54
#define STDIO_UART_TX PA_2
54
- #define STDIO_UART_RX PA_15
55
+ #define STDIO_UART_RX PA_3
55
56
#define STDIO_UART UART_2
56
57
57
58
typedef enum {
58
59
SPI_1 = (int )SPI1_BASE ,
60
+ SPI_2 = (int )SPI2_BASE ,
59
61
SPI_3 = (int )SPI3_BASE
60
62
} SPIName ;
61
63
62
64
typedef enum {
63
65
I2C_1 = (int )I2C1_BASE ,
66
+ I2C_2 = (int )I2C2_BASE ,
64
67
I2C_3 = (int )I2C3_BASE
65
68
} I2CName ;
66
69
67
70
typedef enum {
68
71
PWM_1 = (int )TIM1_BASE ,
69
72
PWM_2 = (int )TIM2_BASE ,
73
+ PWM_6 = (int )TIM6_BASE ,
74
+ PWM_7 = (int )TIM7_BASE ,
70
75
PWM_15 = (int )TIM15_BASE ,
71
76
PWM_16 = (int )TIM16_BASE ,
72
77
} PWMName ;
You can’t perform that action at this time.
0 commit comments