Search found 2 matches
- Wed Oct 04, 2023 12:45 pm
- Forum: General Discussion
- Topic: GPIO interrupt flags
- Replies: 6
- Views: 14499
Re: GPIO interrupt flags
That is exactly what the gpio isr service does for you Sorry for keeping alive back a topic after several years but this is my question too. how do GPIO ISR service want to handle this? In my project I need several external GPIO interrupts, but I'm wondering what would happen if two or more pins tr...
- Sun Oct 01, 2023 9:13 am
- Forum: ESP-IDF
- Topic: Software SPI
- Replies: 0
- Views: 1242
Software SPI
Hi folks. In my case, I should use SPI peripherals for some devices separately. As the number of SPI peripherals is limited, I want to implement software SPI with GPIO, Timer (if needed), DMA, etc. Truly I couldn't find any good solution. I implemented It with GPIO but the Software SPI frequency is ...