Other Parts Discussed in Thread: C2000WARE
Hello,
I'm currently studying how startup code works and there's a question on my mind from a certification point of view.
Few people talk about what happens before the "main" function and only focus the written code, but what about startup code? Do you write your own code to replace the c_int00 so that you can test it or do you use the default library?
Is this library ignored or should it be checked?
I don't know much about DO-178 and I'm trying to learn more, but so many people seem to be working with the default library that there's probably a lot of reverse engineering involved (or not)?
What is your point of view/experience?