Solved
Bug in STM32H7 CMSIS Headers -- Miss-spelling in SYSCFG
Hi,
In last (and former) STM32H7 series CMSIS headers, there is some miss-spelling in SYSCFG which is replaced by SYCFG (-s).
Regards,
Julien FAUCHER.
PS :
Here is the output of a grep command :
stm32h743xx.h:18316:#define SYCFG_PMCR_EPIS_SEL_Pos (21U)
stm32h743xx.h:18317:#define SYCFG_PMCR_EPIS_SEL_Msk (0x7U << SYCFG_PMCR_EPIS_SEL_Pos) /*!< 0x00E00000 */
stm32h743xx.h:18318:#define SYCFG_PMCR_EPIS_SEL SYCFG_PMCR_EPIS_SEL_Msk /*!< Ethernet PHY Interface Selection */
stm32h743xx.h:18319:#define SYCFG_PMCR_EPIS_SEL_0 (0x1U << SYCFG_PMCR_EPIS_SEL_Pos) /*!< 0x00200000 */
stm32h743xx.h:18320:#define SYCFG_PMCR_EPIS_SEL_1 (0x2U << SYCFG_PMCR_EPIS_SEL_Pos) /*!< 0x00400000 */
stm32h750xx.h:18578:#define SYCFG_PMCR_EPIS_SEL_Pos (21U)
stm32h750xx.h:18579:#define SYCFG_PMCR_EPIS_SEL_Msk (0x7U << SYCFG_PMCR_EPIS_SEL_Pos) /*!< 0x00E00000 */
stm32h750xx.h:18580:#define SYCFG_PMCR_EPIS_SEL SYCFG_PMCR_EPIS_SEL_Msk /*!< Ethernet PHY Interface Selection */
stm32h750xx.h:18581:#define SYCFG_PMCR_EPIS_SEL_0 (0x1U << SYCFG_PMCR_EPIS_SEL_Pos) /*!< 0x00200000 */
stm32h750xx.h:18582:#define SYCFG_PMCR_EPIS_SEL_1 (0x2U << SYCFG_PMCR_EPIS_SEL_Pos) /*!< 0x00400000 */
stm32h753xx.h:18578:#define SYCFG_PMCR_EPIS_SEL_Pos (21U)
stm32h753xx.h:18579:#define SYCFG_PMCR_EPIS_SEL_Msk (0x7U << SYCFG_PMCR_EPIS_SEL_Pos) /*!< 0x00E00000 */
stm32h753xx.h:18580:#define SYCFG_PMCR_EPIS_SEL SYCFG_PMCR_EPIS_SEL_Msk /*!< Ethernet PHY Interface Selection */
stm32h753xx.h:18581:#define SYCFG_PMCR_EPIS_SEL_0 (0x1U << SYCFG_PMCR_EPIS_SEL_Pos) /*!< 0x00200000 */
stm32h753xx.h:18582:#define SYCFG_PMCR_EPIS_SEL_1 (0x2U << SYCFG_PMCR_EPIS_SEL_Pos) /*!< 0x00400000 */