Skip to main content
Julien FAUCHER
Associate III
August 14, 2018
Solved

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

  • August 14, 2018
  • 3 replies
  • 1132 views

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

This topic has been closed for replies.
Best answer by Khouloud GARSI

Hi @Julien FAUCHER​ ,

This is reported internally.

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

Khouloud.

3 replies

Khouloud GARSI
Khouloud GARSIBest answer
Technical Moderator
August 15, 2018

Hi @Julien FAUCHER​ ,

This is reported internally.

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

Khouloud.

James Murray
Associate III
August 18, 2018

To be pedantic, you misspelled the word misspelling.

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

James

Khouloud GARSI
Technical Moderator
August 23, 2018

Thanks for the information James ;)

Khouloud.