You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that delayMicroseconds(200); requires interrupts on a RP2040. When using the code as is, the RP2040 hangs when it reaches this function, rendering the RP2040 non-responsive. Removing the delay seems to fix all issues, but should probably be replaced for something else.
Arduino board: Adafruit RP2040 CAN Bus Feather
Arduino IDE version: 2.2.3
It seems that
delayMicroseconds(200);
requires interrupts on a RP2040. When using the code as is, the RP2040 hangs when it reaches this function, rendering the RP2040 non-responsive. Removing the delay seems to fix all issues, but should probably be replaced for something else.Adafruit_TLC59711/Adafruit_TLC59711.cpp
Line 106 in b26853a
Example code that hangs (it will never print "set brightness"):
The text was updated successfully, but these errors were encountered: