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

Determing Image Size Post Compilation

Hello All,

I am working on STM32F4 series & using Keiluvision4 as my IDE.
In the startup file of my project i am reserving 4bytes space just after the vector table in the flash that would hold the Image size of that project.

I am reserving 4byte space at 0x08000200 using SPACE directive

Now I want that when I compile this project then the Image size of the project will be written to the reserved space(0x08000200) in flash.

I don't want to use the .map file for determining the Image size.

Thanks,
Amit

0