Hi,
i read in the C6RunLib Wiki that the direction of buffers passed to a C-function can be indicated with the keywords INBUF, OUTBUF, INOUTBUF, NONE.
You can find the text here: http://processors.wiki.ti.com/index.php/C6RunLib_Documentation#Modifying_Function_Signatures_For_Cache_Optimizations
Can anyone tell me, which header i have to include?
If i just put the keywords in my code i got the following error:
"error: expected declaration specifiers or '...' before 'OUTBUF' "
Thanks you guys,
Alex