‎2018-08-14 01:36 PM
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 */
Solved! Go to Solution.
‎2018-08-15 02:34 AM
Hi @Julien FAUCHER​ ,
This is reported internally.
Thanks for bringing this miss-spelling issue to our attention.
Khouloud.
‎2018-08-15 02:34 AM
Hi @Julien FAUCHER​ ,
This is reported internally.
Thanks for bringing this miss-spelling issue to our attention.
Khouloud.
‎2018-08-17 05:03 PM
To be pedantic, you misspelled the word misspelling.
https://dictionary.cambridge.org/dictionary/english/misspelling
James
‎2018-08-23 02:39 AM
Thanks for the information James ;)
Khouloud.