Hi all,
when I follow the blog as below, find the actual output is not same as expected.
The output what I got as following:

Expected Initial Output can be seen from: https://github.com/ThatByDesign/Nordic-Examples/tree/main/spi_loopback
which is as following:

there are three problem when I test on nrf5340dk and 53840dk:
- SPIM RX outputs are unreadable words.
- Can not get SPIS RX output.
- Have to comment out uart0 in board overlay file or no output at all.
how to fix the problem #1 and #2 above, and what is the reason of number #3?
I want to pass this test before I integrate a SPI peripheral to nrf5340 SoC. I am appreciate get your help.
I use nRF Connect SDK 1.7.0 on windows test this example.