Search found 2 matches

by MiguelMagno
Tue Aug 22, 2023 7:41 pm
Forum: General Discussion
Topic: ESP32 external interrupt latency
Replies: 3
Views: 1031

Re: ESP32 external interrupt latency

Thanks for your answer! I would like an example of handling external interrupts in assembly :)
by MiguelMagno
Mon Aug 21, 2023 10:31 pm
Forum: General Discussion
Topic: ESP32 external interrupt latency
Replies: 3
Views: 1031

ESP32 external interrupt latency

Lately, I've been working on a project that consists of programming a Z80 with 8 address and data lines, the clock is done with ledc, it has two external interrupts on the Z80's WR and RD pins --> ESP32. The code is functional, but I can't work with frequencies (Z80 clock) higher than 10000Hz becaus...