Search found 4 matches

by tasha6
Thu Mar 14, 2024 6:32 pm
Forum: ESP-IDF
Topic: Really fast timer ISR for GPIO at 1 MHz or faster
Replies: 4
Views: 697

Re: Really fast timer ISR for GPIO at 1 MHz or faster

I forgot to say that when I was close to 100 kHz, that was measured as the frequency of the pin toggle so the ISR was executed closer to 200 kHz. Also some progress with the Teensy 3.2, I maxed it out with the ISR getting executed at 1.26 MHz toggling the pin. I already ordered the newest Teensy 4.2...
by tasha6
Thu Mar 14, 2024 4:14 pm
Forum: ESP-IDF
Topic: Really fast timer ISR for GPIO at 1 MHz or faster
Replies: 4
Views: 697

Re: Really fast timer ISR for GPIO at 1 MHz or faster

Thanks for the replies. For now I'm giving up on this project with ESP32, it's just way too slow, despite running at 240 MHz. The best I could achieve was about 100 kHz and the jitter was really bad, and that's even without ESP-IDF and just running basic arduino code. I'm sure I can still improve up...
by tasha6
Wed Mar 13, 2024 12:31 am
Forum: ESP-IDF
Topic: Really fast timer ISR for GPIO at 1 MHz or faster
Replies: 4
Views: 697

Really fast timer ISR for GPIO at 1 MHz or faster

Hi, I want to record a whole bunch of UARTs, I'm thinking at least 8. I only care about RX. I will probably use the hardware UART to transmit all the data from the 8 or more input UARTs. I need to be able to bitbang them because as you know, there aren't enough UARTs. The baud is 115,200. My goal is...
by tasha6
Wed Mar 13, 2024 12:17 am
Forum: ESP-IDF
Topic: The exact frequency of the timer
Replies: 23
Views: 18364

Re: The exact frequency of the timer

Any luck with this?