Hello TMS570 experts
I'm starting a new avionics development using the TMS570LS20216 device programmed in C using CCS v4. One of the challenges I have is not being able to use off-the-shelf code libraries in object code form such as the C runtime library supplied with CCS. I can address this by not using the supplied runtime library at all but write my own that implements the barest minimum functionality necessary.
What is the minimum set of functionality I need to implement in order to bring up the TMS570 from a cold boot and enable me to access all the functions of the built-in floating-point unit without linking in any external (i.e. not written by me) library? Alternatively, is any source code for the runtime library available (we have an NDA with TI) so that I could pick out the necessary parts and reverse engineer some design and requirements from the code?
Many thanks
Nick