zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.33k stars 6.33k forks source link

tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core not working with msis 48 #48081

Closed tpennors closed 2 years ago

tpennors commented 2 years ago

Describe the bug Unit test "tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core" not working with clock msis 48MHz Not working means that core doesn't even start. No zephyr banner. Info : Example with overlay pll are working.

To Reproduce Steps to reproduce the behavior:

  1. west build -b b_u585i_iot02a tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/ -DDTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/msis_48.overlay" -p
  2. west flash
  3. See MCU not starting

Impact stm32u5 does not start if we choose to use msis as clock

Environment

FRASTM commented 2 years ago

@tpennors could you please check with the PR

tpennors commented 2 years ago

@tpennors could you please check with the PR

Wonderful, it works for me now !