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?
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.
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?