Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2f4536d

Browse files
authoredMay 27, 2025··
Merge pull request #2741 from fpistm/stm32cubef7_update
chore(f7): update to latest STM32CubeF7 v1.17.3
2 parents 9e0d259 + 8df1389 commit 2f4536d

File tree

95 files changed

+1702
-1217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+1702
-1217
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12824,7 +12824,7 @@ typedef struct
1282412824

1282512825
/******************* Bit definition for TIM_CCR5 register *******************/
1282612826
#define TIM_CCR5_CCR5_Pos (0U)
12827-
#define TIM_CCR5_CCR5_Msk (0xFFFFFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFFFFFF */
12827+
#define TIM_CCR5_CCR5_Msk (0xFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFF */
1282812828
#define TIM_CCR5_CCR5 TIM_CCR5_CCR5_Msk /*!<Capture/Compare 5 Value */
1282912829
#define TIM_CCR5_GC5C1_Pos (29U)
1283012830
#define TIM_CCR5_GC5C1_Msk (0x1UL << TIM_CCR5_GC5C1_Pos) /*!< 0x20000000 */

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12846,7 +12846,7 @@ typedef struct
1284612846

1284712847
/******************* Bit definition for TIM_CCR5 register *******************/
1284812848
#define TIM_CCR5_CCR5_Pos (0U)
12849-
#define TIM_CCR5_CCR5_Msk (0xFFFFFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFFFFFF */
12849+
#define TIM_CCR5_CCR5_Msk (0xFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFF */
1285012850
#define TIM_CCR5_CCR5 TIM_CCR5_CCR5_Msk /*!<Capture/Compare 5 Value */
1285112851
#define TIM_CCR5_GC5C1_Pos (29U)
1285212852
#define TIM_CCR5_GC5C1_Msk (0x1UL << TIM_CCR5_GC5C1_Pos) /*!< 0x20000000 */

0 commit comments

Comments
 (0)
Please sign in to comment.