Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STM32U5: clock_control: Issue to get rate of alt clock source #45821

Closed
erwango opened this issue May 20, 2022 · 0 comments · Fixed by #45822
Closed

STM32U5: clock_control: Issue to get rate of alt clock source #45821

erwango opened this issue May 20, 2022 · 0 comments · Fixed by #45822
Assignees
Labels
area: Clock Control bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32 priority: low Low impact/importance bug
Milestone

Comments

@erwango
Copy link
Member

erwango commented May 20, 2022

Describe the bug

Failing tests:

tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/drivers.stm32_clock_configuration.dev_u5.spi1_hsi_16, b_u585i_iot02a
tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/drivers.stm32_clock_configuration.dev_u5.spi1_sysclk, b_u585i_iot02a

Expected behavior
These tests should be passed

Impact
Issue to use alt clocks on U5

Logs and console output

*** Booting Zephyr OS build v3.1.0-rc1-56-g4c504d3f5adf  ***
Running TESTSUITE test_stm32u5_devices_clocks
===================================================================
START - test_sysclk_freq
 PASS - test_sysclk_freq in 0.1 seconds
===================================================================
START - test_spi_clk_config
SPI1 gating clock on
SPI1 clk source configured

    Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/clock_control/stm32_clock_configuration/stm32)
Could not get SPI clk freq
 FAIL - test_spi_clk_config in 0.24 seconds
===================================================================
TESTSUITE test_stm32u5_devices_clocks failed.
===================================================================
PROJECT EXECUTION FAILED

@erwango erwango added bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug platform: STM32 ST Micro STM32 labels May 20, 2022
@erwango erwango self-assigned this May 20, 2022
@erwango erwango added this to the v3.1.0 milestone May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Clock Control bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32 priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant