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

Chip select to high when send data to a external SPI memory

Hello everyone, the sdk version that I use is 15.0.

I'm trying to connect my nRF52832 (master) to an external SPI slave memory (N25Q) to write and read data.
The problem is that to write you have to send a command and then put the chip select signal to high as you can see in the following image:

In the example of peripheral/spi the chip select signal is the blue one, the yellow is the clock:

Is there any way to be able to control the chip signal select at the moment when data is being sent by spi? For example, after sending the first byte, like in the following image:

Another alternative would be to create the signals (SCLK,CS,MOSI,MISO) from scratch.Is there an example that I can use as a template?

Thanks

Parents Reply Children
No Data
Related