Bug in STM32H7 CMSIS Headers -- Miss-spelling in SYSCFG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-14 1: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.
- Labels:
-
Bug-report
-
CMSIS
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-15 2:34 AM
Hi @Julien FAUCHER​ ,
This is reported internally.
Thanks for bringing this miss-spelling issue to our attention.
Khouloud.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-15 2:34 AM
Hi @Julien FAUCHER​ ,
This is reported internally.
Thanks for bringing this miss-spelling issue to our attention.
Khouloud.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-17 5:03 PM
To be pedantic, you misspelled the word misspelling.
https://dictionary.cambridge.org/dictionary/english/misspelling
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-23 2:39 AM
Thanks for the information James ;)
Khouloud.
