2019-11-09 08:12 AM
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.
Solved! Go to Solution.
2019-11-09 10:34 AM
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
2019-11-09 08:43 AM
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.
2019-11-09 08:58 AM
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
2019-11-09 09:30 AM
.\Discover-More\Project.axf: error: L6050U: The code size of this image (33952 bytes) exceeds the maximum allowed for this version of the linker.
2019-11-09 10:34 AM
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