Tool/software:
We have new project needs two SPI interfaces, we choose MCSPI0 channel0 and MCSPI5 channel2, MCSPI0 channel 0 is working fine, no issue, but MCSPI5 channel2, we see signal output on SPI5_CS2 and SPI5_MOSI, but no signal on SPI5_CLK, we used pins Y27(SPI5_CS2, configure mode 8), T27(SPI5_CLK, configure mode 8), R27(SPI_MOSI, configure mode 8), AD27(SPI_MISO, configure mode 11). I verified these pins hardware connection by setting these pins as GPIO output and toggling them),
refer image: probe 1: T27(SPI5_CLK),probe 2: AD27(SPI5_MISO),probe 3: Y27(SPI5_CS2),probe 4: R27(SPI5_MOSI)