![Image](https://i.imgur.com/2wnTPrm.png)
I am trying to do this using an esp32 and DMA, but the DAC requires the chip select line to pulse every time a 2-byte word is sent. I can of course do an spi_device_transmit() for each 2-byte word, but this is not nearly fast enough to reproduce the signal in the image above. Is there any way I can go about creating an SPI signal like the one in the image? Thanks.