STMicroelectronics / STM32CubeH7

STM32Cube MCU Full Package for the STM32H7 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
https://www.st.com/en/embedded-software/stm32cubeh7.html
Other
495 stars 303 forks source link

Typos in MCU header files #183

Closed carlo-dev-git closed 2 years ago

carlo-dev-git commented 2 years ago

See STM32CubeH7\Drivers\CMSIS\Device\ST\STM32H7xx\Include\*.h The current release 1.9.0 still contains some minor typos in MCU header files that can be easily fixed with no side-effects.

- HardFault_IRQn = -13, /*!< 4 Cortex-M Memory Management Interrupt */ -> + HardFault_IRQn = -13, /*!< 3 Cortex-M Hard Fault Interrupt */

Coretx -> Cortex

Rserved -> Reserved

Busrt -> Burst

RKOUSTM commented 2 years ago

Hi @carlo-dev-git,

First we would like to thank you for your contribution.

The issue you pointed out is confirmed. An internal tracker has been logged and a fix will be implemented and made available in the frame of a future release.

Thank you once again for your contribution.

With regards,

RKOUSTM commented 2 years ago

ST Internal Reference: 115847

carlo-dev-git commented 2 years ago

Please check EXTI_IMR3_IM_Msk too: value 0x001A527FFUL should be 0x01A527FFUL

RKOUSTM commented 2 years ago

Hi @carlo-dev-git,

I hope you are fine. The issue you reported has been fixed in the frame of version v1.9.1 of the STM32CubeH7 published recently on GitHub.

Thank you again for having reported.

With regards,