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.

Compiler/AWR1642: Problem about "EDMA"

Part Number: AWR1642

Tool/software: TI C/C++ Compiler

In "EDMAutil_configType2a()"  , "destinationBindex" was declared as "int16_t"  . for my code was like that  

the numDopplerBins  = 1024 , so destinationBindex = 32768 .

Is there any solution for that?