Skip to content

Error in timer.h registers #1

@juliangutierrez-uns

Description

@juliangutierrez-uns

A little mistake in file stm32duino/hardware/Arduino_STM32/STM32F4/cores/maple/libmaple/timer.h

LINE 271 #define TIMER_SMCR_ETF (0xF << 12)

Change (0xF << 12) to (0xF << 8)

TIMx slave mode control register TIMx_SMCR

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