Skip to content

Example4B-Countdown_Interrupt #5

@ionel-dragomirescu

Description

@ionel-dragomirescu

I have tried to use the example Example4B-Countdown_Interrupt and change the statement:
rtc.setCountdownTimerFrequency(COUNTDOWN_TIMER_FREQUENCY_64_HZ);
rtc.setCountdownTimerClockTicks(224);

with:

rtc.setCountdownTimerFrequency(COUNTDOWN_TIMER_FREQUENCY_1_HZ);
rtc.setCountdownTimerClockTicks(5);

The interrupt is not generated.

The following constant: COUNTDOWN_TIMER_FREQUENCY_1/60_HZ does not work either.

Is this a known issue?

Thank you,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions