My controller application uses 4 of the 5 MIBSPI peripherals, and all work except MIBSPI5. The external slave is transmit-only, so the ARM-SIMO is unused. The MIBSPI5 CS and clock out all work, and data is received at the DSP pin, but nothing is read from the MIBSPI5 RAM. I noticed that hardware connections to this MIBSPI5 are unique in that the other 3 working MIBSPI all use the [0] selection (CS[0], CLK[0], and SOMI[0]), but the functional pins of the MIBSPI5 only use CS[1], CLK[1], and SOMI[1] -- is this permitted?
If it is permitted, do I have to do anything special to read data from the SOMI[1], like offset into MIBSPI5 a certain amount?
Thanks,
Jim