Resolved! Setting up clocks on STM32U5 (Nucleo board) in startup assembler
We have code which performs quite a lot of operations in C constructors. This means that, with the standard STM32U5 startup code, execution of __libc_init_array takes around 10 seconds, which is undesirable, hence we would like to set up all of the ...