This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

SPIM failed to read after NRF SDK updated to 1.6.x

Hi all,

I am using NRF5340 in my custom board. The spims are working well, they are developed by nrfx lib in NRF SDK 1.5.1.

However, after I updated my sdk to 1.6.1, the spim cannot read correctly anymore.

The chip id I want to read by spim is supposed to be  "0x1a", but always got "0xff".

So is there any changes between sdk 1.5.1 and 1.6.1 on using spim?

Thanks!

Parents Reply Children
  • We did use a oscilloscope to check the signals of spim lines. In sdk 1.5.1 the signals are correct, and in sdk 1.6.1 there are no output at all. But I can reach the spim interrupt handler and got a NRFX_SPIM_EVENT_DONE event.

    I will read the porting guide.

    Thank you again!

Related