stm32f3: Add SPI4 BASE

This commit is contained in:
Bryan PEREIRA 2019-10-16 11:06:41 +02:00 committed by Karl Palsson
parent 77d96a3430
commit 1fbfdecb17

View File

@ -74,6 +74,7 @@
#define TIM16_BASE (PERIPH_BASE_APB2 + 0x4400) #define TIM16_BASE (PERIPH_BASE_APB2 + 0x4400)
#define TIM15_BASE (PERIPH_BASE_APB2 + 0x4000) #define TIM15_BASE (PERIPH_BASE_APB2 + 0x4000)
/* PERIPH_BASE_APB2 + 0x3C00 (0x4001 3C00 - 0x4001 3FFF): Reserved */ /* PERIPH_BASE_APB2 + 0x3C00 (0x4001 3C00 - 0x4001 3FFF): Reserved */
#define SPI4_BASE (PERIPH_BASE_APB2 + 0x3C00)
#define USART1_BASE (PERIPH_BASE_APB2 + 0x3800) #define USART1_BASE (PERIPH_BASE_APB2 + 0x3800)
#define TIM8_BASE (PERIPH_BASE_APB2 + 0x3400) #define TIM8_BASE (PERIPH_BASE_APB2 + 0x3400)
#define SPI1_BASE (PERIPH_BASE_APB2 + 0x3000) #define SPI1_BASE (PERIPH_BASE_APB2 + 0x3000)