This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
To All,
Does any one know where can I find the manual that lists the C and C++ library function call supported with CCS for Stellaris LM3S9B96 processor.?
I am looking for function list like malloc, mecpy, etc..
Thanks.
Ashok Modi
Ashok,
Check the C/C++ Compiler users guide here:
http://processors.wiki.ti.com/index.php/ARM_Code_Generation_Users_Guides
John
Ashok,
In addition to John's reply; please note the manual above contains the implementation-specific information. If you are looking for the C standard library APIs, this information can be found in several places in the internet (things like syntax, parameters, etc.)
One link that contains some references in shown below:
http://processors.wiki.ti.com/index.php/Before_asking_for_CGT_support#In_general:
Hope this helps,
Rafael