This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

52840 SDK15, SPIM 32M

Hi!

I read datasheet: nRF52840 Objective Product Specification v0.5. It says 52840. When SPI is master, it supports 32MSPI.

Which of the following examples can I refer to in SDK15?Or which of the following examples of your SDK packages can use 32MSPI to control peripheral read-write operations.

Please give me some advice, thank you!

Parents Reply
  • Thanks for your advice and the information you provided. Now 32MSPI communication is available.Now I have a question to ask, send and receive

    I can only put the buffer in the global data area, can't I store it in the const constant area?So let's say I need to display

    Buf_one [size], this buf_one[size] can only be defined as unsigned char, not const unsigned char?

Children
Related