This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

stm32 cubemx generated code fail to build in Keil

I am using the tool STM32cubemx to generate the code for STM32F769 based evaluation board.
The cubemx creates a Keil-MDX project for the code. When the code is built in Keil,
it throws many instances of linker error as below:

L6654E: Rejected Local symbol .text11 referred to from non group member Container.o(.iar.stackusage)

What does the error mean? How this could be fixed?

The Keil version is V5.24.2.0 and arm compiler version 5.

The cubemx is v 5.0.0

0