Skip to content

Commit c4425c4

Browse files
committed
Updated STM32F7xx CMSIS to v1.2.1
Included in STM32CubeF7 FW V1.8.0 Signed-off-by: Frederic.Pillon <[email protected]>
1 parent a6d052a commit c4425c4

29 files changed

+39
-90
lines changed

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f722xx.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f722xx.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 30-December-2016
75
* @brief CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
86
*
97
* This file contains:
@@ -1026,8 +1024,8 @@ typedef struct
10261024
#define CRC_BASE (AHB1PERIPH_BASE + 0x3000U)
10271025
#define RCC_BASE (AHB1PERIPH_BASE + 0x3800U)
10281026
#define FLASH_R_BASE (AHB1PERIPH_BASE + 0x3C00U)
1029-
#define UID_BASE 0x1FF0F420U /*!< Unique device ID register base address */
1030-
#define FLASHSIZE_BASE 0x1FF0F442U /*!< FLASH Size register base address */
1027+
#define UID_BASE 0x1FF07A10U /*!< Unique device ID register base address */
1028+
#define FLASHSIZE_BASE 0x1FF07A22U /*!< FLASH Size register base address */
10311029
#define PACKAGE_BASE 0x1FFF7BF0U /*!< Package size register base address */
10321030
/* Legacy define */
10331031
#define PACKAGESIZE_BASE PACKAGE_BASE

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f723xx.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f723xx.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 30-December-2016
75
* @brief CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
86
*
97
* This file contains:
@@ -1040,8 +1038,8 @@ typedef struct
10401038
#define CRC_BASE (AHB1PERIPH_BASE + 0x3000U)
10411039
#define RCC_BASE (AHB1PERIPH_BASE + 0x3800U)
10421040
#define FLASH_R_BASE (AHB1PERIPH_BASE + 0x3C00U)
1043-
#define UID_BASE 0x1FF0F420U /*!< Unique device ID register base address */
1044-
#define FLASHSIZE_BASE 0x1FF0F442U /*!< FLASH Size register base address */
1041+
#define UID_BASE 0x1FF07A10U /*!< Unique device ID register base address */
1042+
#define FLASHSIZE_BASE 0x1FF07A22U /*!< FLASH Size register base address */
10451043
#define PACKAGE_BASE 0x1FFF7BF0U /*!< Package size register base address */
10461044
/* Legacy define */
10471045
#define PACKAGESIZE_BASE PACKAGE_BASE

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f732xx.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f732xx.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 30-December-2016
75
* @brief CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
86
*
97
* This file contains:
@@ -1058,8 +1056,8 @@ typedef struct
10581056
#define CRC_BASE (AHB1PERIPH_BASE + 0x3000U)
10591057
#define RCC_BASE (AHB1PERIPH_BASE + 0x3800U)
10601058
#define FLASH_R_BASE (AHB1PERIPH_BASE + 0x3C00U)
1061-
#define UID_BASE 0x1FF0F420U /*!< Unique device ID register base address */
1062-
#define FLASHSIZE_BASE 0x1FF0F442U /*!< FLASH Size register base address */
1059+
#define UID_BASE 0x1FF07A10U /*!< Unique device ID register base address */
1060+
#define FLASHSIZE_BASE 0x1FF07A22U /*!< FLASH Size register base address */
10631061
#define PACKAGE_BASE 0x1FFF7BF0U /*!< Package size register base address */
10641062
/* Legacy define */
10651063
#define PACKAGESIZE_BASE PACKAGE_BASE

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f733xx.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f733xx.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 30-December-2016
75
* @brief CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
86
*
97
* This file contains:
@@ -1072,8 +1070,8 @@ typedef struct
10721070
#define CRC_BASE (AHB1PERIPH_BASE + 0x3000U)
10731071
#define RCC_BASE (AHB1PERIPH_BASE + 0x3800U)
10741072
#define FLASH_R_BASE (AHB1PERIPH_BASE + 0x3C00U)
1075-
#define UID_BASE 0x1FF0F420U /*!< Unique device ID register base address */
1076-
#define FLASHSIZE_BASE 0x1FF0F442U /*!< FLASH Size register base address */
1073+
#define UID_BASE 0x1FF07A10U /*!< Unique device ID register base address */
1074+
#define FLASHSIZE_BASE 0x1FF07A22U /*!< FLASH Size register base address */
10771075
#define PACKAGE_BASE 0x1FFF7BF0U /*!< Package size register base address */
10781076
/* Legacy define */
10791077
#define PACKAGESIZE_BASE PACKAGE_BASE

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f745xx.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f745xx.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 30-December-2016
75
* @brief CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
86
*
97
* This file contains:

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f746xx.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f746xx.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 30-December-2016
75
* @brief CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
86
*
97
* This file contains:

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f756xx.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f756xx.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 30-December-2016
75
* @brief CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
86
*
97
* This file contains:

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f765xx.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f765xx.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 30-December-2016
75
* @brief CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
86
*
97
* This file contains:

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f767xx.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f767xx.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 30-December-2016
75
* @brief CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
86
*
97
* This file contains:

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f769xx.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f769xx.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 30-December-2016
75
* @brief CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
86
*
97
* This file contains:

0 commit comments

Comments
 (0)