Part Number: TMS320F280039
When using the function __claabi_memset() provided in file "C:\ti\ccs2050\ccs\tools\compiler\ti-cgt-c2000_25.11.0.LTS\lib\src\cla_memset.cla" in my .cla file, I get the warning:
"warning #225-D: function "__claabi_memset" declared implicitly"
Where can I find the header file providing the function prototype for this implementation? What do I have to write after the "#include" in my .cla file?