2024-06-07 01: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.
2024-06-07 08:15 AM
Hi @it3 ,
Thanks for raising the point and sorry for inconvenience.
An internal ticket (BZ183696) has been created for correction
Olivier
2024-06-07 08:15 AM
Hi @it3 ,
Thanks for raising the point and sorry for inconvenience.
An internal ticket (BZ183696) has been created for correction
Olivier