cancel
Showing results for 
Search instead for 
Did you mean: 

Target not created

MHMallek
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

4 REPLIES 4

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 Up vote any posts that you find helpful, it shows what's working..

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
Associate II

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

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