8000 STM32: LSE is not enabled on F7 or H7 · Issue #2886 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content
STM32: LSE is not enabled on F7 or H7 #2886
Closed
@hierophect

Description

@hierophect

Following up on the issue in #2866, the "backup domain" causes issues with low speed oscillators if it does not have write access enabled. This low power domain write access has now been enabled for the F4 family, but the F7 and H7 were skipped as they have different register settings.

This should ideally be solved by moving ALL of the low power oscillator setup code from port.c to the peripherals directory. The HAL RCC setup functions already in use there will handle these low level register differences automatically, if they are passed LSE settings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0