diff --git a/targets/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/device/stm32f746xx.h b/targets/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/device/stm32f746xx.h index e6adc5d238..c981d2a612 100644 --- a/targets/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/device/stm32f746xx.h +++ b/targets/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/device/stm32f746xx.h @@ -2,8 +2,8 @@ ****************************************************************************** * @file stm32f746xx.h * @author MCD Application Team - * @version V1.1.0 - * @date 22-April-2016 + * @version V1.1.2 + * @date 23-September-2016 * @brief CMSIS Cortex-M7 Device Peripheral Access Layer Header File. * * This file contains: @@ -314,7 +314,6 @@ typedef struct __IO uint32_t IER; /*!< CEC interrupt enable register, Address offset:0x14 */ }CEC_TypeDef; - /** * @brief CRC calculation unit */ @@ -407,7 +406,6 @@ typedef struct __IO uint32_t HIFCR; /*!< DMA high interrupt flag clear register, Address offset: 0x0C */ } DMA_TypeDef; - /** * @brief DMA2D Controller */ @@ -854,7 +852,6 @@ typedef struct __IO uint32_t DIR; /*!< Debug Information register, Address offset: 0x18 */ } SPDIFRX_TypeDef; - /** * @brief SD host Interface */ @@ -1322,7 +1319,7 @@ typedef struct #define IWDG ((IWDG_TypeDef *) IWDG_BASE) #define SPI2 ((SPI_TypeDef *) SPI2_BASE) #define SPI3 ((SPI_TypeDef *) SPI3_BASE) -#define SPDIFRX ((SPDIFRX_TypeDef *) SPDIFRX_BASE) +#define SPDIFRX ((SPDIFRX_TypeDef *) SPDIFRX_BASE) #define USART2 ((USART_TypeDef *) USART2_BASE) #define USART3 ((USART_TypeDef *) USART3_BASE) #define UART4 ((USART_TypeDef *) UART4_BASE) @@ -3667,7 +3664,6 @@ typedef struct /******************** Bit definition for DMA2D_BGCLUT register **************/ - /******************************************************************************/ /* */ /* External Interrupt/Event Controller */ @@ -3977,6 +3973,7 @@ typedef struct #define FLASH_OPTCR1_BOOT_ADD0 0x0000FFFFU #define FLASH_OPTCR1_BOOT_ADD1 0xFFFF0000U + /******************************************************************************/ /* */ /* Flexible Memory Controller */ @@ -6044,7 +6041,7 @@ typedef struct #define RTC_CR_OSEL_1 0x00400000U #define RTC_CR_POL 0x00100000U #define RTC_CR_COSEL 0x00080000U -#define RTC_CR_BCK 0x00040000U +#define RTC_CR_BKP 0x00040000U #define RTC_CR_SUB1H 0x00020000U #define RTC_CR_ADD1H 0x00010000U #define RTC_CR_TSIE 0x00008000U @@ -6064,6 +6061,9 @@ typedef struct #define RTC_CR_WUCKSEL_1 0x00000002U #define RTC_CR_WUCKSEL_2 0x00000004U +/* Legacy define */ +#define RTC_CR_BCK RTC_CR_BKP + /******************** Bits definition for RTC_ISR register ******************/ #define RTC_ISR_ITSF 0x00020000U #define RTC_ISR_RECALPF 0x00010000U @@ -6639,7 +6639,6 @@ typedef struct #define SPDIFRX_DIR_THI 0x000013FFU /*!

Update History

-

V1.1.0 / 22-April-2016

+

V1.1.2 / 23-September-2016

+

Main +Changes

+ + + + + + + + + +

V1.1.1 / 01-July-2016

+

Main +Changes

V1.1.0 / 22-April-2016

Main Changes