cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMP13 -- error: redeclaration of enumerator 'RESERVED_111'

it3
Associate

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Olivier GALLIEN
ST Employee

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.

View solution in original post

1 REPLY 1
Olivier GALLIEN
ST Employee

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.