Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).
|
Hello everyone, According to TI, the RTDX_Poll() function can be used to shift a word of data over the RTDX link. I have several large arrays of data which I wish to shift to the host manually so as to free RTDX storage space for the next lot of large arrays. I call the RTDX_Poll function in a loop the exact number of times as there are elements in each array (or twice if the array type is double so twice as many words as data elements). I am using a C5402 DSK with CCS 2.1. I hope someone can point me in the right direction! Thanks, Andrew Edwards |