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.

CC1310: sdraw

Part Number: CC1310

#define BUFFSIZE 10000

unsigned char textarray[BUFFSIZE];

   result = SD_write(sdHandle, textarray, STARTINGSECTOR, sectors);  

给sd写数据,这个BUFFSIZE 设置10000,程序报错,如何给sd卡写更多的数据