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.
which startup.c51 default file is used during compiling?
in which folder is it located?
is it the startup.a51 in "\lib" folder?
I checked the one above but appears not to be the same one is used in my project
it has some extra instructions compared to the assembled code
Thank you
Fausto Bartra
Fausto Bartra said:is it the startup.a51 in "\lib" folder?
Yes, this is the default startup file which is included in our standard libraries. So if you don't add a specific startup file to your project, the linker will take a default one from the libraries.
Fausto Bartra said:I checked the one above but appears not to be the same one is used in my project
As far as I know, it's the same.