现在想将8192*60的数据通过DMA方式按每列的顺序取出来,传输成60*8192的数组,数组元素均为float型。按照手册的话BIDX最大为32767,但8192个float为8192*4=32768.请问有什么方式实现
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.
现在想将8192*60的数据通过DMA方式按每列的顺序取出来,传输成60*8192的数组,数组元素均为float型。按照手册的话BIDX最大为32767,但8192个float为8192*4=32768.请问有什么方式实现