Skip to content

clock_configure() doesn't remember the real frequency #368

@Reneg973

Description

@Reneg973

just the input frequency is stored in configured_freq.
Therefore please change to:

    // Store the configured frequency
    configured_freq[clk_index] = (uint32_t)(((uint64_t) src_freq << 8) / div);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions