This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

the SPI Lookback example running on nrf5340dk and nrf52840dk output different as expected

Hi all,

when I follow the blog as below, find the actual output is not same as expected.

Adding a Peripheral to an NCS Zephyr project - Peripherals And RF Test - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com)

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:

  1. SPIM RX outputs are unreadable words.
  2. Can not get SPIS RX output.
  3.  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.

Parents Reply Children
No Data
Related