Thanks Eric.
The link was much helpful.
steps 1-7 worked perfectly.
I have a problem/question in Step 8:Linker warning
Even though I change the expression ENTRY(__thumb_startup) in ProcessorExpert.ld file to ENTRY(__thumb_startupv), I am still getting the warning after build,
"cannot find entry symbol __thumb_startup;defaulting to 00000410"
when I re-build the application 2-4 times, this warning vanishes, but appears yet again in next build(not consistent).
Do I need modify __thumb_startup to __thumb_startupv at wherever it is called or declared. Or modifying only in ProcessorExpert.ld file is more enough??
Please suggest me on this.
Once again thanks for the support and guidance