Theoritical and kind of real world question.
What harm is there in disabling interrupts in setup() and leaving them off? Obviously this prevents functions from running that use interrupts.
But is there anything about the Teensy 4.1 that demands interrupts are enabled?
Is there a list of functionality that breaks w/interrupts disabled?
I don't think I need any functionality based on interrupts, but cannot say for sure unless there's a list of the functionality that requires interrupts.
The only annoyance I've seen
1. I need to manually press the Teensy button to upload firmware.
2. No USB serial output
Thanks!
What harm is there in disabling interrupts in setup() and leaving them off? Obviously this prevents functions from running that use interrupts.
But is there anything about the Teensy 4.1 that demands interrupts are enabled?
Is there a list of functionality that breaks w/interrupts disabled?
I don't think I need any functionality based on interrupts, but cannot say for sure unless there's a list of the functionality that requires interrupts.
The only annoyance I've seen
1. I need to manually press the Teensy button to upload firmware.
2. No USB serial output
Thanks!
Last edited: