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.
SPI 不用MISO口 只有CS CLK MOSI 可以实现输出吗 发送数据直接写 类似SpiaRegs.SPITXBUF=0x0999就行吗 没有读数据的部分 flag也不用管吗
你好,你说的不用MISO是指不配置硬件上的MISO引脚还是代码中不对SPI模块的MISO进行配置?
你好,我咨询的工程师回复,如果只是用于发送的话没有SPISOMI引脚也是可以正常运行SPI模块的。