Hi, all. I have 3 questions about MibSPI / SPI :
1. What is the detailed difference between mibspi and spi?
I have read the document about mibspi. My understanding is that, when we want to transfer a 8 bit data through spi, every time spi module would interrupt the CPU in order to transfer. However, mibspi module allow programmer to transfer a 128 bytes of data to the internal RAM area, and following transfer would automatically done by some method which would not interrupt the CPU? Am I right?
2. How to manually generate the CLK pin signal? I mean, I want SS, MISO, SOMI all high, and only make CLK generate clock signal by itself. Is possible to do it?
Thanks.