-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
I am using the RP2040 SDIO extension of SdFat successfully,. However as soon as I run PWM IRQs in parallel, I run into trouble.
Both lines
pwm_clear_irq(0);
pwm_set_irq_enabled(0, true);
bring the SD card read operations to a halt.
I presume that SDIO uses interrupts as well. What are the limitations?
Your help would be highly appreciated.
Best regards, Ludwin
Metadata
Metadata
Assignees
Labels
No labels