1443作为主机,希望向从机输出4096字节,但是SDK中SPI.h里配置的从机BUFF大小的变量为uint8_t类型,最多256,算上16位发送也只有512字节。宏定义中
MIBSPI_RAM_MAX_ELEM 仅为64。那么是否有方法可以一次性发送4096字节?如果可以应该如何实现?
谢谢解答
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.
1443作为主机,希望向从机输出4096字节,但是SDK中SPI.h里配置的从机BUFF大小的变量为uint8_t类型,最多256,算上16位发送也只有512字节。宏定义中