Hello,
could you please tell me how to configure the Hardware Chip Select Funtionality for SPIM3. I am developing a communication between a sensor and the NRF via SPI transfers over EasyDMA, where NRF is the SPI master. I want to use the PPI to start and resume SPI transfer while the CPU is asleep. This is why I am planning to go for SPIM3 with its Hardware Chip Select Function.
My question is how to set this up? So far I have had a working SPIM0 configuration and I toggled the CS pin via software. Now that I want to go for SPIM3, what else is there to be changed except from replacing the "0"s in SPIM0 by "3"s? (I tried that and saw with a logic analyzer that the CS pin was not pulled low for the SPI transfer.)
I am not working with any SDK! Otherwise I would have tried the SDK nrfx_spim example. However, I had a look at it of course to check how things were set here. I noticed the "spi_config.use_hw_ss = true;" when setting up SPIM3. I read through the nRF Manual but could not find any register within the SPIM registers where I could set or clear the use of Hardware Chip Select. Thus, what is there to be done to set up Hardware Chip Select?
Sorry if this question is unintelligent but I am rather new to this.
Thanks.