Skip to content

Commit a16924c

Browse files
committed
Import STM32N6 CMSIS v1.2.0 and HAL v1.2.0 at 02-Jul-2025.
This updates the N6 CMSIS and HAL code to the latest available. Sources: - https://github.com/STMicroelectronics/cmsis-device-n6.git at v1.2.0 - https://github.com/STMicroelectronics/stm32n6xx-hal-driver.git at v1.2.0 Signed-off-by: Damien George <damien@micropython.org>
1 parent ce06f40 commit a16924c

Some content is hidden

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

52 files changed

+38053
-37742
lines changed

CMSIS/STM32N6xx/Include/stm32n645xx.h

Lines changed: 9164 additions & 9164 deletions
Large diffs are not rendered by default.

CMSIS/STM32N6xx/Include/stm32n647xx.h

Lines changed: 9244 additions & 9244 deletions
Large diffs are not rendered by default.

CMSIS/STM32N6xx/Include/stm32n655xx.h

Lines changed: 9359 additions & 9359 deletions
Large diffs are not rendered by default.

CMSIS/STM32N6xx/Include/stm32n657xx.h

Lines changed: 9439 additions & 9439 deletions
Large diffs are not rendered by default.

CMSIS/STM32N6xx/Include/stm32n6xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ extern "C" {
6565
* @brief CMSIS Device version number
6666
*/
6767
#define __STM32N6_CMSIS_VERSION_MAIN (0x01U) /*!< [31:24] main version */
68-
#define __STM32N6_CMSIS_VERSION_SUB1 (0x01U) /*!< [23:16] sub1 version */
68+
#define __STM32N6_CMSIS_VERSION_SUB1 (0x02U) /*!< [23:16] sub1 version */
6969
#define __STM32N6_CMSIS_VERSION_SUB2 (0x00U) /*!< [15:8] sub2 version */
7070
#define __STM32N6_CMSIS_VERSION_RC (0x00U) /*!< [7:0] release candidate */
7171
#define __STM32N6_CMSIS_VERSION ((__STM32N6_CMSIS_VERSION_MAIN << 24U)\

CMSIS/STM32N6xx/Source/Templates/gcc/startup_stm32n645xx.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ g_pfnVectors:
421421
.weak RTC_IRQHandler
422422
.thumb_set RTC_IRQHandler,Default_Handler
423423

424-
.weak IWDF_IRQHandler
424+
.weak IWDG_IRQHandler
425425
.thumb_set IWDG_IRQHandler,Default_Handler
426426

427427
.weak WWDG_IRQHandler

CMSIS/STM32N6xx/Source/Templates/gcc/startup_stm32n645xx_fsbl.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ g_pfnVectors:
422422
.weak RTC_IRQHandler
423423
.thumb_set RTC_IRQHandler,Default_Handler
424424

425-
.weak IWDF_IRQHandler
425+
.weak IWDG_IRQHandler
426426
.thumb_set IWDG_IRQHandler,Default_Handler
427427

428428
.weak WWDG_IRQHandler

CMSIS/STM32N6xx/Source/Templates/gcc/startup_stm32n647xx.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ g_pfnVectors:
421421
.weak RTC_IRQHandler
422422
.thumb_set RTC_IRQHandler,Default_Handler
423423

424-
.weak IWDF_IRQHandler
424+
.weak IWDG_IRQHandler
425425
.thumb_set IWDG_IRQHandler,Default_Handler
426426

427427
.weak WWDG_IRQHandler

CMSIS/STM32N6xx/Source/Templates/gcc/startup_stm32n647xx_fsbl.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ g_pfnVectors:
422422
.weak RTC_IRQHandler
423423
.thumb_set RTC_IRQHandler,Default_Handler
424424

425-
.weak IWDF_IRQHandler
425+
.weak IWDG_IRQHandler
426426
.thumb_set IWDG_IRQHandler,Default_Handler
427427

428428
.weak WWDG_IRQHandler

CMSIS/STM32N6xx/Source/Templates/gcc/startup_stm32n655xx.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ g_pfnVectors:
421421
.weak RTC_IRQHandler
422422
.thumb_set RTC_IRQHandler,Default_Handler
423423

424-
.weak IWDF_IRQHandler
424+
.weak IWDG_IRQHandler
425425
.thumb_set IWDG_IRQHandler,Default_Handler
426426

427427
.weak WWDG_IRQHandler

0 commit comments

Comments
 (0)