Skip to content

Clock speed on teensy31 defaults to 168000000L #552

Open
@hamslabs

Description

@hamslabs

Because clock speeds higher than 96MHz are defined in teensy boards.txt (168MHz, 144MHz and 120MHz) and Teensy.mk uses the highest defined clock speed, 168Mhz is selected for F_CPU and this doesn't work. I tested by defining F_CPU in my Makefile and with F_CPU=96000000L the code uploaded and ran properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions