The function stm32u5_rtc_get_time is only used locally and therefore should be static. Update #5289
This fixes a warning about comparing different pointer types. Updates #5289
If the clock is changed during boot, the memory becomes inaccessible and the system can't continue to run from OSPI.
This BSP supports a custom STM32U5 based board. It uses a similar structure like the existing STM32H7 BSP and therefore should be well adaptable to other boards. Co-authored-by: Christian Mauderer <christian.mauderer@embedded-brains.de>