Hello Rafae Dalazen:
The SPI and UART frequencies are independent, but of course if the data is first received from SPI and then sent with UART, then you have to wait until receiving more data because SPI frequency is lower.
Have you checked with the oscilloscope if there is any activity in the UART TX pin?
Maybe you did not configure the pin mux setting to take the UART function. Also make sure that the UART baudrate matches the setting in the terminal.
I would first test the UART part without the SPI interface, just to have it working, then you can test the two interfaces together.
If you still meet issues, please let us know what kind of code you have (baremetal, RTOS, IDE, KSDK or not, etc) and if possible share your project.
Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------