Skip to content

RP2040Sdio interaction with pwmIRQ #89

@lhm0

Description

@lhm0

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions