HI,
The current SDK version I'm using is 3.0.0 for nrf54L15. I want to control the SPIM30 using DPPI, so I'm using the nrfx library to operate the SPIM30. The specific code is as follows.
,
spim30 The array list of the DMA that I used was set up. After that, I call "nrfy_spim_task_trigger(spim30_inst.p_reg,NRF_SPIM_TASK_START); " ,Force SPIM to trigger for transmission, but no waveform was collected using the logic analyzer. What could be the problem in the code?
Thanks!