STM32CubeMP13 -- error: redeclaration of enumerator 'RESERVED_111'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-07 1:19 AM
I create new STM32 project for STM32MP131AAG3 with baremetal.
An error occurs when build the project.
../../Drivers/CMSIS/Device/ST/STM32MP13xx/Include/stm32mp131axx_ca7.h:166:4: error: redeclaration of enumerator 'RESERVED_111'
I fixed the enumerator name to RESERVED_112 by myself to build.
RESERVED_111 = 111, /*!< reserved */
RESERVED_112 = 112, /*!< reserved */
Is there a plan to apply this bug fix to the STM32CubeMP13 codebase?
Solved! Go to Solution.
- Labels:
-
Bug-report
-
Build
-
STM32CubeIDE
-
STM32MP13 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-07 8:15 AM
Hi @it3 ,
Thanks for raising the point and sorry for inconvenience.
An internal ticket (BZ183696) has been created for correction
Olivier
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-07 8:15 AM
Hi @it3 ,
Thanks for raising the point and sorry for inconvenience.
An internal ticket (BZ183696) has been created for correction
Olivier
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
