An SPI port is configured as a master, and all the signals seem to operate correctly except the SPI_MOSI.
The configuration is shown below. When the spi_transceive_dt() function is used, the CS and CLK likes operate as expected, but the MOSI line does not toggle. There is data in the TX buffer that is non-zero and data is read on the MISO line. Is there a configuration problem that is preventing the MOSI signal from working? Checking the configuration register for SPI21, the MOSI pin selection looks correct (0x02);