Product DCD 0 ;0 EXPORT Product FirmwareVer DCD 0x00000001 Version, cc = Major Version EXPORT FirmwareVer
After removing above lines from my startup file(filename.s), my application doesn't even make it to main() or __main(). When I undo this change, I am running.
Please advise!
Understanding what these two lines do, and understanding the result of removing them, aren't the same thing.
Have you started any investigation yet, to figure out why your program fails when you remove them?
... to figure out why your program fails when you remove them?
Which would be (part of) Option 1 given in the answer (above) on 30-Sep-2013 at 18:41 GMT!