CMSIS Device Maintenance Release version of bits and registers definition aligned with RM0481 (STM32H5 reference manual)
Update to use #include "core_cm33.h" instead of #include <core_cm33.h> to force the first searches for the core_cm33.h file in the same directory as the file that contains the #include directive (Drivers\CMSIS\Core\Include)
Update IS_SPI_LIMITED macro to return an essential boolean
Main Changes
CMSIS Device Maintenance Release version of bits and registers definition aligned with RM0481 (STM32H5 reference manual)
Add RNG_CR_NIST_VALUE, RNG_NSCR_NIST_VALUE and RNG_HTCR_NIST_VALUE defines
Add Bits definition for RNG_NSCR register : Add RNG_NSCR_EN_OSC1, RNG_NSCR_EN_OSC2, RNG_NSCR_EN_OSC3, RNG_NSCR_EN_OSC4, RNG_NSCR_EN_OSC5 and RNG_NSCR_EN_OSC6 defines
Add USART_DMAREQUESTS_SW_WA define
Rename EXTI_RTSR2_TR to EXTI_RTSR2_RT define
Rename EXTI_FTSR2_TR to EXTI_FTSR2_FT define
Remove unused ADC common status and ADC common group regular data registers for STM32H503xx devices
Fix __SAUREGION_PRESENT value to 0 for STM32H503xx devices
Fix incorrect character in the definition of OCTOSPI_CR register
Correct TIM_CCRx_CCRx constants
Main Changes
First official release of STM32H5xx CMSIS drivers to support STM32H533xx and STM32H523xx devices