Hi,
I am using ppi to read some continuous data from a sensor through SPI and i got it working, it reads data in evry 8ms from the sensor through ppi.
but it fails when i am trying to read some data using normal spi read (nrf_drv_spi_transfer()) functions. Is there any restrictions on using these api while the ppi is enabled?
I have to read some configuration registers based on an interrupt and enable some other functionality. In this case,it either fails on the ppi read data or the manual read writes.
what am i missing ?
I am using a custom board based on nrf52840
sdk 14.00