Skip to content

I just tried PWM on the nRF52 and it doesnt seem to work. #316

Open
@kriswiner

Description

@kriswiner

I am using a custom nRF52 development board that works in all respects. Except when I tried to output a PWM signal like:

void setup()
{
pinMode(A2, OUTPUT);
analogWrite(A2, 200);
}

I see zero on A2 (GPIO28). Looks like PWM is busted for the nRF52 DK variant that I am using for my board variant.

Is this a known problem or is there some magic incantation required to get PWM to work with the current Arduino core?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions