Skip to main content
MHMallek
Associate II
November 9, 2019
Solved

Target not created

  • November 9, 2019
  • 4 replies
  • 3964 views

Hello,

i build the code of "STM32F4DIS-BB Software Examples 20130307: STM32F4xx_Camera_Example" but it can't create the .axf file.

who had an idea?

Thanks.0690X00000ArrslQAB.png0690X00000ArrsgQAB.png0690X00000ArrsbQAB.png0690X00000ArrsRQAR.png

This topic has been closed for replies.
Best answer by Pavel A.

Yep. The free Keil license allows up to 32KB.

Try to reduce the size a little (enable size optimization, remove some unused code/data)

-- pa

4 replies

Tesla DeLorean
Guru
November 9, 2019

The build has a FATAL​, try looking at that as nothing downstream is going to work. You can't debug things that don't build.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
MHMallek
MHMallekAuthor
Associate II
November 9, 2019

yes, i have to know why it can not build, it's the official driver from https://www.element14.com/community/docs/DOC-51670/l/stm32f4dis-bb-discover-more-software-examples

MHMallek
MHMallekAuthor
Associate II
November 9, 2019

.\Discover-More\Project.axf: error: L6050U: The code size of this image (33952 bytes) exceeds the maximum allowed for this version of the linker.

Pavel A.
Pavel A.Best answer
November 9, 2019

Yep. The free Keil license allows up to 32KB.

Try to reduce the size a little (enable size optimization, remove some unused code/data)

-- pa