SPI read difficulty
Posted: Sat Nov 06, 2021 9:22 pm
I'm trying to read status of an Si4455 wireless module using SPI, but getting no response.
I suspect it's to do with my SPI clock stopping after the request for info is sent on the MOSI line (0x44), but the Slave appears to need the clock kept running whilst it sends back an answer?
SPI out Si4455 SPI requirements. I also noticed the SPI from my PIC16F88 is sending a character when the read character function is used. Is this normal?
Is there a way to keep the clock running past a send command in flowcode, or maybe I am not understanding the Si4455 requirements properly?
Thank you.
I suspect it's to do with my SPI clock stopping after the request for info is sent on the MOSI line (0x44), but the Slave appears to need the clock kept running whilst it sends back an answer?
SPI out Si4455 SPI requirements. I also noticed the SPI from my PIC16F88 is sending a character when the read character function is used. Is this normal?
Is there a way to keep the clock running past a send command in flowcode, or maybe I am not understanding the Si4455 requirements properly?
Thank you.