Texas Instruments TMS320C6000 Reference Manual page 60

Chip support library api
Hide thumbs Also See for TMS320C6000:
Table of Contents

Advertisement

DAT
Example
4-12
#define DATA_SIZE 256
UINT32 BuffA[DATA_SIZE/sizeof(UINT32)];
UINT32 BuffB[DATA_SIZE/sizeof(UINT32)];
DAT_Open(DAT_CHAANY,DAT_PRI_LOW,0);
DAT_Copy(BuffA,BuffB,DATA_SIZE);

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TMS320C6000 and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents