Search found 1 match

by lhm000
Sat Feb 24, 2024 12:59 pm
Forum: ESP-IDF
Topic: fast SPI transfer in periodic ISR
Replies: 1
Views: 394

fast SPI transfer in periodic ISR

I am using the ESP32-S3 on a custom designed board. I generate a periodic interrupt with the General Purpose Timer. The frequency is up to 38 kHz (every 26 µs). Within the ISR I would like to push out data with octal SPI. I am using the SPI Master Driver. I am struggling with getting SPI to work wit...