We are using the RM48L952 device and have connected a write only peripherial to SPI3. Our connections are:
SIMO -> peripheral data out
SPICLK -> perihperial clock
CS is controlled separately through another pin programmed as GIO.
We have connected SOMI pin as a GIo for another functionality, not for this peripheral. The issue is that the hardware SPI does not work, while I do pin toggled SPI, it works.
The RM48 reference documentation mentions that for SPI towork "SPISOMI and/or SPISIMO" should be configured for SPI functionality.
Is it and or or? In our case, can I expect h/w spi to work or do I have to change the SOMI pin connection?