Hello everyone
I recently acquired a F28027 Piccolo USB Stick, and i find it to be a great development platform. However, I do have a problem, which i guess relates more to the actual programming than the piccolo itself.
Where is, if it exists, the documentation regarding the implementation of the C Programming Language. More precise, where do i find a description of which functions that are implemented, and where they are contained? I have been unable to find any technical documents in the TI webside, that clears up this for me.
I am experienced with the C Programming Language from "normal" computer programming and a small bit of MCU programming a few years ago, and there i used a function sleep(), in order to stall the processor for a number of (micro)seconds. Say i want to find out if this function is implemented in the C standard used with the Piccolo MCUs, where do i then turn? Solving the problem of not knowing where to look, i wrote a small function myself, that initiates a CPUtimer and counts up to a certain number, but i would assume that more general functions are described somewhere? A good example of what i am looking for, is the "math_mdl.pdf" file, included with the math library.
Do the documentation i ask for even exist, or is it simply because there are no "general" functions implemented, other than the ones provided by libraries? Sometimes, the documentation is kept as comments in the various header files you include in your code, but i do not find any "general" libraries included. Only product specific files, like "DSP2802x_Comp.h", which is included in PeripheralHeaderIncludes.h.
I hope you guys will be able to answer my question, and point me to some documentation, or other usable information.
Best Regards
Peter C.