Search found 2 matches

by fnord_disc
Fri Aug 06, 2021 1:29 pm
Forum: General Discussion
Topic: Disable All Interrupts
Replies: 2
Views: 3737

Re: Disable All Interrupts

Thank you very much! That solution works perfectly.
by fnord_disc
Fri Aug 06, 2021 10:46 am
Forum: General Discussion
Topic: Disable All Interrupts
Replies: 2
Views: 3737

Disable All Interrupts

Hello, I wish to disable my custom interrupts for parts of the code. The scenario is this: I use the ESP32 as an RC flight controller. It monitors 6 GPIO pins for PWM signals from the receiver using interrupt routines to measure the length of the pulses (1-2ms). 2 of those pins are GPIO 36 and 39. T...