Search found 1 match
- Sun Mar 11, 2018 1:53 pm
- Forum: ESP-IDF
- Topic: I2S Input to SD card, Interrupts & DMA
- Replies: 0
- Views: 3572
I2S Input to SD card, Interrupts & DMA
Hi, I'm struggling developing code that allows to get the input form ADC(PCM1808) to ESP32 and write it to SD Card. The step I'm puzzled with is implementing an interrupt that indicates that the recievie DMA buffer is full. Here is my sample code. C Code static intr_handle_t i2s_intr_handle; int DMA...