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 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
Thank u Westonsupermare Pier IMPORT & DCD worked, now i am able to obtain the Image size post compilation
Thanks once again :-)