We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello All,
I am new to Keil and controllers. I am using STM32F207VC I have set my target memory as follows
IROM1:Choose default:0x800400 IROM2:Choose default:0x801000
and start address of RAM1 as :Choose default:0x2001C000
When i try to build, i get this error, Where Am i wrong?
What is the correct way of doing it?
Plaese help
Build target 'Target 1' assembling startup_stm32f2xx.s... compiling main.c... Includes\main.c(41): warning: #111-D: statement is unreachable linking... file.axf: Warning: L6914W: option ropi ignored when using --scatter. file.axf: Warning: L6914W: option rwpi ignored when using --scatter. file.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f2xx.o(STACK). file.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f2xx.o(HEAP). file.axf: Error: L6406E: No space in execution regions with .ANY selector matching main.o(.text). file.axf: Error: L6407E: Sections of aggregate size 0x62c bytes could not fit into .ANY selector(s).
Thanks
Thanks Andrew.
I got it solved. I worked through an example and made the same settings as sample project for the target.