Skip to content

Crystal frequency instructions ambiguous and incomplete #12

@ax00b3

Description

@ax00b3

The docs state that we should stick to an 8MHz crystal and then change the values for the PLL M,Q,N,P multiplicators, but change them to what?

Furthermore, the docs direct the user to check the firmware for some keyboard that makes no reference to these values, leaving the user in the dark.

So far I found the following in a completely unrelated keyboard:

#define STM32_PLLM_VALUE                    4
#define STM32_PLLN_VALUE                    96
#define STM32_PLLP_VALUE                    2
#define STM32_PLLQ_VALUE                    4

But I don't know if those values apply to our case. What should the correct values be?

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