Skip to main content
Associate II
June 7, 2024
Solved

STM32CubeMP13 -- error: redeclaration of enumerator 'RESERVED_111'

  • June 7, 2024
  • 1 reply
  • 1247 views

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?

Best answer by Olivier GALLIEN

Hi @it3 ,

 

Thanks for raising the point and sorry for inconvenience. 

An internal ticket (BZ183696) has been created for correction 

 

Olivier 

1 reply

Olivier GALLIEN
Olivier GALLIENBest answer
Technical Moderator
June 7, 2024

Hi @it3 ,

 

Thanks for raising the point and sorry for inconvenience. 

An internal ticket (BZ183696) has been created for correction 

 

Olivier 

Olivier GALLIEN 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.