cancel
Showing results for 
Search instead for 
Did you mean: 

Bug in STM32H7 CMSIS Headers -- Miss-spelling in SYSCFG

Julien FAUCHER
Associate III

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 */

1 ACCEPTED SOLUTION

Accepted Solutions
Khouloud GARSI
Lead II

Hi @Julien FAUCHER​ ,

This is reported internally.

Thanks for bringing this miss-spelling issue to our attention.

Khouloud.

View solution in original post

3 REPLIES 3
Khouloud GARSI
Lead II

Hi @Julien FAUCHER​ ,

This is reported internally.

Thanks for bringing this miss-spelling issue to our attention.

Khouloud.

James Murray
Senior

To be pedantic, you misspelled the word misspelling.

https://dictionary.cambridge.org/dictionary/english/misspelling

James

Khouloud GARSI
Lead II

Thanks for the information James 😉

Khouloud.